Hey Pucheng, can you share a bit more on the motivation? Last time I checked there’s method in ExpressionParser allow you to convert json of string type to iceberg expression in here, not sure if this is what you need: https://github.com/apache/iceberg/blob/caf03aed926665014c22cc4a68902bf684f258f9/core/src/main/java/org/apache/iceberg/expressions/ExpressionParser.java#L262-L264
Thanks, Steve Zhang > On Jul 25, 2024, at 11:54 AM, Pucheng Yang <[email protected]> wrote: > > Hi dev community, > > If I read the codebase correctly, there seems to be no utility for converting > String to an Expression, anyone be interested if we have one? > > I can help if the community thinks this is a good addition, I will need some > guidance on how to get this started though. > > Thanks
