pxf
pxf copied to clipboard
Allow IN operators in JDBC plugin
Hello!
As we see in SQLQueryBuilder.java, "IN" predicate is commented.
Can we uncomment this row and allow PXF to push down IN predicate into the source system? And if we can't, what's the reason of this limitation?
Thanks!
Hi! Can we expect any information on this issue?
Hi!
We are not aware of any reasons why the "IN" predicate is commented out. However, we'd prefer to not uncomment it and release it without proper testing as a missing optimization is preferable to incorrect results.
That being said, we currently do not have plans to work on this due to other priorities. If you would like to work on this, we always welcome a PR with appropriate test coverage.