You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "teeyog (Jira)" <ji...@apache.org> on 2021/01/13 10:43:00 UTC

[jira] [Created] (HUDI-1526) translate the spark api partitionBy to hoodie.datasource.write.partitionpath.field

teeyog created HUDI-1526:
----------------------------

             Summary: translate the spark api partitionBy to hoodie.datasource.write.partitionpath.field
                 Key: HUDI-1526
                 URL: https://issues.apache.org/jira/browse/HUDI-1526
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Spark Integration
            Reporter: teeyog


Currently, if you want to set the partition of hudi, you must configure it with the parameter hoodie.datasource.write.partitionpath.field, but the Spark DataFrame api partitonBy does not take effect. We can automatically translate the parameter of partitionBy into the partition field of hudi.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)