Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.5.0, 4.0.0
Description
Spark supports push down startsWith, endWith and contains to JDBC database with DS V2 pushdown.
But the V2ExpressionSQLBuilder didn't escape the single quote, _ and %, it can cause unexpected result.