[
https://issues.apache.org/jira/browse/HUDI-7040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-7040:
---------------------------------
Labels: pull-request-available (was: )
> Exception when using Bulk insert operation type along with populateMetaFields
> set false and dropPartitionColumns set true
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: HUDI-7040
> URL: https://issues.apache.org/jira/browse/HUDI-7040
> Project: Apache Hudi
> Issue Type: Bug
> Components: writer-core
> Reporter: Aditya Goenka
> Priority: Critical
> Labels: pull-request-available
> Fix For: 0.14.1
>
>
> Github issue - [https://github.com/apache/hudi/issues/9991]
> Reproducible configs -
> ```
> hudi_configs = {
> "hoodie.table.name": TABLE_NAME,
> "hoodie.datasource.write.recordkey.field": "UUID",
> "hoodie.datasource.write.precombine.field": "Name",
> "hoodie.datasource.write.partitionpath.field": "Company",
> "hoodie.datasource.write.operation": "bulk_insert",
> "hoodie.datasource.write.hive_style_partitioning": "true",
> "hoodie.populate.meta.fields": "false",
> "hoodie.datasource.write.drop.partition.columns": "true"
> }
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)