You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51585][SQL][FOLLOWUP] Turn on ANSI mode in DockerJDBCIntegrationV2Suite
### What changes were proposed in this pull request?
This is a followup of #50353 to fix tests in non ANSI CI job.
We should follow `JDBCV2JoinPushdownIntegrationSuiteBase` and always enable ANSI in JDBC v2 tests. The DS v2 pushdown framework can only translate ANSI expressions, so it doesn't make sense to test them with ANSI off.
This PR reverts #52012 to simplify the tests.
### Why are the changes needed?
make test more stable
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
### Was this patch authored or co-authored using generative AI tooling?
no
Closes#52146 from cloud-fan/follow.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Copy file name to clipboardExpand all lines: connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/DockerJDBCIntegrationV2Suite.scala
Copy file name to clipboardExpand all lines: connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/OracleIntegrationSuite.scala
0 commit comments