Hi all, I've opened a PR to remove the built-in JEXL user-defined table function (UDTF) from the codebase. We are doing this for some safety reasons.
The changes include deleting the JEXL entry from our built-in function enums, removing the `UDTFJexl` class references, and dropping the `commons-jexl3` dependency from our build files. We've also cleaned up the related integration tests to reflect this removal. You can review the changes here: https://github.com/apache/iotdb/pull/17092 It will be included in the next version(2.0.7 and 1.3.7) Best regards, -------------------- Yuan Tian
