You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/01 07:51:36 UTC

[GitHub] [hudi] leesf commented on a change in pull request #4488: [HUDI-3134] Fix insert error after adding columns on Spark 3.2.0

leesf commented on a change in pull request #4488:
URL: https://github.com/apache/hudi/pull/4488#discussion_r777090621



##########
File path: pom.xml
##########
@@ -1612,7 +1614,7 @@
       </properties>
       <activation>
         <property>
-          <name>spark3</name>
+          <name>spark3.1.x</name>

Review comment:
       fix the name conflict with spark3 profile, or it will use spark3.1.2 when running `mvn clean package -Dscala-2.12 -Dspark3 -DskipTests`




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org