xushiyan commented on a change in pull request #4350:
URL: https://github.com/apache/hudi/pull/4350#discussion_r777161772
##########
File path: .github/workflows/bot.yml
##########
@@ -20,14 +20,6 @@ jobs:
spark: "spark2"
- scala: "scala-2.11"
spark: "spark2,spark-shade-unbundle-avro"
- - scala: "scala-2.12"
Review comment:
@leesf We introduce build profiles `spark3.0.x` and `spark3.1.x` mostly
due to spark's own incompatibilities. Here I think we can make some rules: to
enable v2 writer, users have to make sure they're on spark 3.2+. Sounds good?
In future, we may gradually drop support for old spark versions if the old
spark code deviates too far from the latest one.
--
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]