You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/15 11:25:46 UTC

[GitHub] [iceberg] aokolnychyi commented on a change in pull request #1933: Refactor Spark DF read and Write options

aokolnychyi commented on a change in pull request #1933:
URL: https://github.com/apache/iceberg/pull/1933#discussion_r543262570



##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkWriteOptions.java
##########
@@ -29,4 +29,7 @@ private SparkWriteOptions() {
 
   // Overrides table property write.spark.fanout.enabled(default: false)
   public static final String FANOUT_ENABLED = "fanout-enabled";
+
+  // Fileformat for write operations
+  public static final String WRITE_FORMAT = "write-format";

Review comment:
       I feel like there are more write properties. Is there a reason we don't include others?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org