yingjianwu98 commented on code in PR #13922:
URL: https://github.com/apache/iceberg/pull/13922#discussion_r2317092403


##########
spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##########
@@ -461,11 +461,22 @@ public boolean caseSensitive() {
         .parse();
   }
 
+  private String getWapBranch() {
+    return 
confParser.stringConf().sessionConf(SparkSQLProperties.WAP_BRANCH).parseOptional();
+  }
+
+  public boolean isWapBranch(String branchName) {

Review Comment:
   ah, I am thinking just wap branches will have this snapshot properties but 
for other branches, we won't set the property.



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