abstractdog commented on a change in pull request #1798:
URL: https://github.com/apache/hive/pull/1798#discussion_r562095994
##########
File path:
ql/src/test/org/apache/hadoop/hive/ql/exec/spark/TestSparkInvalidFileFormat.java
##########
@@ -30,11 +30,13 @@
import org.apache.hadoop.hive.ql.session.SessionState;
import org.junit.Assert;
+import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
+@Ignore("HIVE-22944: Kryo 5 upgrade conflicts with Spark, which is not
supported anymore")
Review comment:
yes, it is
maybe I could hack with that, but it would be painful: using kryo5 for tez
execution and kryo4 for spark execution
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]