xushiyan commented on code in PR #9017:
URL: https://github.com/apache/hudi/pull/9017#discussion_r1246304418
##########
pom.xml:
##########
@@ -175,7 +175,7 @@
<scala12.version>2.12.10</scala12.version>
<scala.version>${scala12.version}</scala.version>
<scala.collection-compat.version>2.8.1</scala.collection-compat.version>
- <scala.binary.version>2.12</scala.binary.version>
+ <scala.binary.version>2.11</scala.binary.version>
Review Comment:
this is the default value which should be 2.12 because spark 3 is default
now. If this is causing a problem, it means the test setup with spark 2.4
profile has some gap, which we need to only fix for that profile/setup
--
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]