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 2021/08/12 21:55:59 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #3465: [HUDI-1363] Provide option to drop partition columns

nsivabalan commented on a change in pull request #3465:
URL: https://github.com/apache/hudi/pull/3465#discussion_r688043954



##########
File path: hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -461,6 +461,12 @@ object DataSourceWriteOptions {
     .defaultValue("io.confluent.kafka.serializers.KafkaAvroDeserializer")
     .sinceVersion("0.9.0")
     .withDocumentation("This class is used by kafka client to deserialize the records")
+
+  val ENABLE_DROP_PARTITION_COLUMNS: ConfigProperty[String] = ConfigProperty
+    .key("hoodie.datasource.write.drop.partition.columns.enable")
+    .defaultValue("false")
+    .withDocumentation("When set to true, will not write the  partition columns into parquet file. " +

Review comment:
       minor. "will not write partition columns to hudi"




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