BeamSQL 中是否有针对 'LIKE' 的变通方法?

Is there a work around for 'LIKE' in BeamSQL?

我们有一个运行 BeamSql 查询的 Apache Beam 2.4.0 管道。在 BeamSql 中,SQL 语句 'LIKE' 抛出异常 'LIKE is not implemented yet'。 BeamSql 中是否有针对 'LIKE' 的解决方法?我们需要能够对字符串执行通配符查询。

一种解决方法是定义一个实现该逻辑的 UDF。

我已提交 BEAM-4385 以跟踪 LIKE 的实施情况。

解决 BEAM-2281 后将支持更完整的运算符集。