wangyum commented on code in PR #50528:
URL: https://github.com/apache/spark/pull/50528#discussion_r2032313566


##########
pom.xml:
##########
@@ -2663,6 +2663,12 @@
         <version>${parquet.version}</version>
         <scope>${parquet.test.deps.scope}</scope>
         <classifier>tests</classifier>
+        <exclusions>
+          <exclusion>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+          </exclusion>
+        </exclusions>

Review Comment:
   To fix:
   ```
    build/sbt "sql/testOnly *.JDBCSuite"
   
   sbt.ForkMain$ForkError: sbt.ForkMain$ForkError: 
java.lang.UnsupportedClassVersionError: org/h2/Driver has been compiled by a 
more recent version of the Java Runtime (class file version 55.0), this version 
of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
   ```



-- 
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]

Reply via email to