This is an automated email from the ASF dual-hosted git repository.
bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a1d9bc25d04 updated
hoodie.datasource.hive_sync.partition_extractor_class (#10666)
a1d9bc25d04 is described below
commit a1d9bc25d04bb1736f64fb280ca201931528eb7a
Author: nadine farah <[email protected]>
AuthorDate: Tue Feb 27 00:31:52 2024 -0800
updated hoodie.datasource.hive_sync.partition_extractor_class (#10666)
---
website/releases/release-0.12.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/releases/release-0.12.0.md
b/website/releases/release-0.12.0.md
index 7f40b02411c..baaa5fe61ba 100644
--- a/website/releases/release-0.12.0.md
+++ b/website/releases/release-0.12.0.md
@@ -27,7 +27,7 @@ note of the following updates before upgrading to Hudi 0.12.0.
In this release, the default value for a few configurations have been changed.
They are as follows:
- `hoodie.bulkinsert.sort.mode`: This config is used to determine mode for
sorting records for bulk insert. Its default value has been changed from
`GLOBAL_SORT` to `NONE`, which means no sorting is done and it matches
`spark.write.parquet()` in terms of overhead.
-- `hoodie.datasource.hive_sync.partition_value_extractor`: This config is used
to extract and transform partition value during Hive sync. Its default value
has been changed from `SlashEncodedDayPartitionValueExtractor` to
`MultiPartKeysValueExtractor`. If you relied on the previous default value
(i.e., have not set it explicitly), you are required to set the config to
`org.apache.hudi.hive.SlashEncodedDayPartitionValueExtractor`. From this
release, if this config is not set and Hive sync [...]
+- `hoodie.datasource.hive_sync.partition_extractor_class`: This config is used
to extract and transform partition value during Hive sync. Its default value
has been changed from `SlashEncodedDayPartitionValueExtractor` to
`MultiPartKeysValueExtractor`. If you relied on the previous default value
(i.e., have not set it explicitly), you are required to set the config to
`org.apache.hudi.hive.SlashEncodedDayPartitionValueExtractor`. From this
release, if this config is not set and Hive sync [...]
- The following configs will be inferred, if not set manually, from other
configs' values:
- `META_SYNC_BASE_FILE_FORMAT`: infer from
`org.apache.hudi.common.table.HoodieTableConfig.BASE_FILE_FORMAT`