urosstan-db commented on code in PR #48144:
URL: https://github.com/apache/spark/pull/48144#discussion_r1771077639
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala:
##########
@@ -986,4 +986,13 @@ private[v2] trait V2JDBCTest extends SharedSparkSession
with DockerIntegrationFu
test("scan with filter push-down with date time functions") {
testDatetime(s"$catalogAndNamespace.${caseConvert("datetime")}")
}
+
+ test("xor operator push-down") {
Review Comment:
Maybe you can do explain formatted and check whether string contains `"id" #
3`, that will add a little bit of robustness.
Another thing we can do is to make unit test, and just invoke compilation of
XOR expression and check whether `col # constant` is result of compilation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]