[GitHub] [hudi] hudi-bot commented on pull request #4685: [WIP][DO NOT MERGE][CI Test Only] Remove hbase-server dependency, pull in HFile related classes, and upgrade HBase to 2.4.9

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4685: URL: https://github.com/apache/hudi/pull/4685#issuecomment-1022948374 ## CI report: * 13319b749334c6edcf09cdd763353df5632e6529 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4685: [WIP][DO NOT MERGE][CI Test Only] Remove hbase-server dependency, pull in HFile related classes, and upgrade HBase to 2.4.9

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4685: URL: https://github.com/apache/hudi/pull/4685#issuecomment-1022909216 ## CI report: * 4ca0251faf27185480a7bf16d67d6fc87a20d816 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4695: [WIP][DO NOT MERGE][CI Test Only] Remove hbase-server dependency, pull in HFile related classes, with deps resolution

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4695: URL: https://github.com/apache/hudi/pull/4695#issuecomment-1022957226 ## CI report: * e697ccfcf794964259bd958563621e56a96cb3d9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4695: [WIP][DO NOT MERGE][CI Test Only] Remove hbase-server dependency, pull in HFile related classes, with deps resolution

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4695: URL: https://github.com/apache/hudi/pull/4695#issuecomment-1022909253 ## CI report: * a2ab4f0410936e395eccb09ec3bf2429cb7bf93c Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793419032 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java ## @@ -1444,6 +1444,14 @@ public boolean useBloomI

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793419330 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java ## @@ -1444,6 +1444,14 @@ public boolean useBloomI

[GitHub] [hudi] hudi-bot removed a comment on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1022114208 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 69f335731aad53eb91010db301bb79c4702ccfaf Azure: [FAILURE](https://dev.azure.com/apache-hud

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793419864 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java ## @@ -133,30 +144,89 @@ public HoodieBloomInd

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793419549 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java ## @@ -133,30 +144,89 @@ public HoodieBloomInd

[GitHub] [hudi] hudi-bot commented on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023017470 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 69f335731aad53eb91010db301bb79c4702ccfaf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793420768 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieIOHandle.java ## @@ -31,8 +33,8 @@ protected final FileSystem fs;

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793421839 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java ## @@ -128,8 +130,21 @@ this.

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793422688 ## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java ## @@ -460,7 +478,7 @@ private boo

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793423011 ## File path: hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/metadata/FlinkHoodieBackedTableMetadataWriter.java ## @@ -150,18 +152,30 @@ prote

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793423399 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/metadata/SparkHoodieBackedTableMetadataWriter.java ## @@ -171,17 +172,34 @@ prote

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793423828 ## File path: hudi-common/src/main/avro/HoodieMetadata.avsc ## @@ -30,27 +30,108 @@ "doc": "Type of the metadata record", "type":

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793425071 ## File path: hudi-common/src/main/avro/HoodieMetadata.avsc ## @@ -30,27 +30,108 @@ "doc": "Type of the metadata record", "type":

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793425309 ## File path: hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/metadata/SparkHoodieBackedTableMetadataWriter.java ## @@ -171,17 +172,34 @@ prote

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793426614 ## File path: hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieHFileReader.java ## @@ -133,21 +138,43 @@ public BloomFilter readBloomFilter() {

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793427314 ## File path: hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java ## @@ -63,7 +72,9 @@ // Directory used for Spillable Map when me

[GitHub] [hudi] manojpec commented on a change in pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4352: URL: https://github.com/apache/hudi/pull/4352#discussion_r793428071 ## File path: hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java ## @@ -146,12 +156,119 @@ protected BaseTableMetadata(HoodieEngineC

[jira] [Created] (HUDI-3336) Configurations transferred through Flink SQL cannot take effect.

2022-01-27 Thread Bo Cui (Jira)
Bo Cui created HUDI-3336: Summary: Configurations transferred through Flink SQL cannot take effect. Key: HUDI-3336 URL: https://issues.apache.org/jira/browse/HUDI-3336 Project: Apache Hudi Issue Typ

[jira] [Updated] (HUDI-3336) Configurations transferred through Flink SQL cannot take effect

2022-01-27 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui updated HUDI-3336: - Summary: Configurations transferred through Flink SQL cannot take effect (was: Configurations transferred through

[GitHub] [hudi] cuibo01 opened a new pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
cuibo01 opened a new pull request #4699: URL: https://github.com/apache/hudi/pull/4699 …t take effect ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*

[jira] [Updated] (HUDI-3336) Configurations transferred through Flink SQL cannot take effect

2022-01-27 Thread Bo Cui (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Cui updated HUDI-3336: - Status: In Progress (was: Open) > Configurations transferred through Flink SQL cannot take effect > -

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023052889 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure`

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023052889 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023055474 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot commented on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023062831 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 69f335731aad53eb91010db301bb79c4702ccfaf Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] hudi-bot removed a comment on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023017470 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 69f335731aad53eb91010db301bb79c4702ccfaf Azure: [FAILURE](https://dev.azure.com/apache-hud

[GitHub] [hudi] hudi-bot removed a comment on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023062831 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 69f335731aad53eb91010db301bb79c4702ccfaf Azure: [FAILURE](https://dev.azure.com/apache-hud

[GitHub] [hudi] hudi-bot commented on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023121616 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 83e8c788a1ae521ee1a8f6022678e58273135bce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023055474 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023126237 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] pan3793 commented on a change in pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
pan3793 commented on a change in pull request #4694: URL: https://github.com/apache/hudi/pull/4694#discussion_r793532000 ## File path: website/releases/release-0.10.1.md ## @@ -0,0 +1,64 @@ +--- +title: "Release 0.10.1" +sidebar_position: 2 +layout: releases +toc: true +last_mo

[GitHub] [hudi] pan3793 commented on a change in pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
pan3793 commented on a change in pull request #4694: URL: https://github.com/apache/hudi/pull/4694#discussion_r793532000 ## File path: website/releases/release-0.10.1.md ## @@ -0,0 +1,64 @@ +--- +title: "Release 0.10.1" +sidebar_position: 2 +layout: releases +toc: true +last_mo

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023126237 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023167453 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023167453 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023235689 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023239301 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023235689 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023242308 ## CI report: * 8b1a75a00dab2ecef556903c0fadccbbb55b377d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023239301 ## CI report: * 2c26a219c34065240f02a447ca81438f612c2228 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] 117th opened a new issue #4700: [SUPPORT] Adding new column to table is not propogated to Hive via HMS sync mode

2022-01-27 Thread GitBox
117th opened a new issue #4700: URL: https://github.com/apache/hudi/issues/4700 **Steps to reproduce the behavior**: 1. Enable Hive sync via options: DataSourceWriteOptions.HIVE_SYNC_MODE.key() -> "hms", DataSourceWriteOptions.HIVE_SYNC_ENABLED.key() -> "true", DataSourceWrit

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023242308 ## CI report: * 8b1a75a00dab2ecef556903c0fadccbbb55b377d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023300546 ## CI report: * 8b1a75a00dab2ecef556903c0fadccbbb55b377d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?

[GitHub] [hudi] affei commented on issue #3478: [SUPPORT] Unexpected Hive behaviour

2022-01-27 Thread GitBox
affei commented on issue #3478: URL: https://github.com/apache/hudi/issues/3478#issuecomment-1023365219 Tested with `hive.input.format=org.apache.hudi.hadoop.hive.HoodieCombineHiveInputFormat` - everything worked as expected. Closing ticket Thanks for help! -- This is an automated me

[GitHub] [hudi] affei closed issue #3478: [SUPPORT] Unexpected Hive behaviour

2022-01-27 Thread GitBox
affei closed issue #3478: URL: https://github.com/apache/hudi/issues/3478 -- 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-unsubscr...@hudi

[GitHub] [hudi] hudi-bot commented on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023369398 ## CI report: * 8da29b1d0e42ea7879d2624ab6a9e008a9892c99 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4699: [HUDI][HUDI-FLINK] Configurations transferred through Flink SQL canno…

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4699: URL: https://github.com/apache/hudi/pull/4699#issuecomment-1023300546 ## CI report: * 8b1a75a00dab2ecef556903c0fadccbbb55b377d Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/

[GitHub] [hudi] xushiyan commented on a change in pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
xushiyan commented on a change in pull request #4694: URL: https://github.com/apache/hudi/pull/4694#discussion_r793794668 ## File path: website/releases/release-0.10.1.md ## @@ -0,0 +1,64 @@ +--- +title: "Release 0.10.1" +sidebar_position: 2 +layout: releases +toc: true +last_m

[jira] [Commented] (HUDI-3335) Loading Hudi table fails with NullPointerException

2022-01-27 Thread sivabalan narayanan (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483261#comment-17483261 ] sivabalan narayanan commented on HUDI-3335: --- Can you furnish more info for us to

[GitHub] [hudi] xushiyan commented on a change in pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
xushiyan commented on a change in pull request #4694: URL: https://github.com/apache/hudi/pull/4694#discussion_r793794668 ## File path: website/releases/release-0.10.1.md ## @@ -0,0 +1,64 @@ +--- +title: "Release 0.10.1" +sidebar_position: 2 +layout: releases +toc: true +last_m

[GitHub] [hudi] Aruun opened a new issue #4701: [SUPPORT] DeltaStreamer in Hudi 0.8 throwing simpleKeyGenerator issue

2022-01-27 Thread GitBox
Aruun opened a new issue #4701: URL: https://github.com/apache/hudi/issues/4701 Command used: spark-submit --jars /usr/lib/hudi/hudi-utilities-bundle_2.12-0.8.0-amzn-0.jar,/usr/lib/spark/external/lib/spark-avro.jar --deploy-mode cluster --master yarn --class org.apache.hudi.utilities.d

[jira] [Updated] (HUDI-3322) Rollback Plan for Delta Commits constructed incorrectly

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-3322: -- Sprint: Hudi-Sprint-Jan-24 > Rollback Plan for Delta Commits constructed incorrectly > -

[jira] [Updated] (HUDI-3322) Rollback Plan for Delta Commits constructed incorrectly

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-3322: -- Story Points: 2 > Rollback Plan for Delta Commits constructed incorrectly >

[GitHub] [hudi] nsivabalan opened a new pull request #4702: [HUDI-3331] Updating configs from 0.10.1

2022-01-27 Thread GitBox
nsivabalan opened a new pull request #4702: URL: https://github.com/apache/hudi/pull/4702 ## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the purp

[jira] [Updated] (HUDI-3322) Rollback Plan for Delta Commits constructed incorrectly

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-3322: -- Epic Link: HUDI-3081 > Rollback Plan for Delta Commits constructed incorrectly > ---

[jira] [Updated] (HUDI-3335) Loading Hudi table fails with NullPointerException

2022-01-27 Thread Harsha Teja Kanna (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsha Teja Kanna updated HUDI-3335: Description: Have a COW table with metadata enabled. Loading from Spark query fails with ja

[jira] [Updated] (HUDI-3335) Loading Hudi table fails with NullPointerException

2022-01-27 Thread Harsha Teja Kanna (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsha Teja Kanna updated HUDI-3335: Description: Have a COW table with metadata enabled. Loading from Spark query fails with ja

[jira] [Updated] (HUDI-3335) Loading Hudi table fails with NullPointerException

2022-01-27 Thread Harsha Teja Kanna (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsha Teja Kanna updated HUDI-3335: Description: Have a COW table with metadata enabled. Loading from Spark query fails with ja

[GitHub] [hudi] nsivabalan merged pull request #4702: [HUDI-3331] Updating configs from 0.10.1

2022-01-27 Thread GitBox
nsivabalan merged pull request #4702: URL: https://github.com/apache/hudi/pull/4702 -- 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-unsubs

[hudi] branch asf-site updated: [HUDI-1331] Updating configs from 0.10.1 (#4702)

2022-01-27 Thread sivabalan
This is an automated email from the ASF dual-hosted git repository. sivabalan 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 fd6cf83 [HUDI-1331] Updating configs from

[GitHub] [hudi] nsivabalan opened a new pull request #4703: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
nsivabalan opened a new pull request #4703: URL: https://github.com/apache/hudi/pull/4703 ## What is the purpose of the pull request Adding docs for 0.10.1 ## Brief change log *(for example:)* - *Modify AnnotationLocation checkstyle rule in checkstyle.xml* #

[GitHub] [hudi] nsivabalan commented on pull request #4692: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
nsivabalan commented on pull request #4692: URL: https://github.com/apache/hudi/pull/4692#issuecomment-1023556297 Closing this in favor of https://github.com/apache/hudi/pull/4703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hudi] nsivabalan closed pull request #4692: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
nsivabalan closed pull request #4692: URL: https://github.com/apache/hudi/pull/4692 -- 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-unsubs

[jira] [Updated] (HUDI-3329) Add docs for 0.10.1 to our website

2022-01-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-3329: - Labels: pull-request-available (was: ) > Add docs for 0.10.1 to our website > ---

[GitHub] [hudi] hudi-bot commented on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023580374 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1022764937 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023582575 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023580374 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023584865 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[GitHub] [hudi] hudi-bot removed a comment on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023582575 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] vingov commented on pull request #4703: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
vingov commented on pull request #4703: URL: https://github.com/apache/hudi/pull/4703#issuecomment-1023588287 @nsivabalan - I don't see the release notes page for 0.10.1, are you planning to create them in a separate PR? -- This is an automated message from the Apache Git Service. To res

[GitHub] [hudi] vingov commented on pull request #4703: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
vingov commented on pull request #4703: URL: https://github.com/apache/hudi/pull/4703#issuecomment-1023617530 checked out the docs locally, it looks good to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (HUDI-3334) Unable to merge HoodieMetadataPayload during partition listing

2022-01-27 Thread Manoj Govindassamy (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483422#comment-17483422 ] Manoj Govindassamy commented on HUDI-3334: -- Do you have merge key filter set or i

[GitHub] [hudi] nsivabalan closed pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
nsivabalan closed pull request #4694: URL: https://github.com/apache/hudi/pull/4694 -- 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-unsubs

[GitHub] [hudi] nsivabalan commented on pull request #4694: [HUDI-3331] Adding release notes for 0.10.1

2022-01-27 Thread GitBox
nsivabalan commented on pull request #4694: URL: https://github.com/apache/hudi/pull/4694#issuecomment-1023628761 Closing this in lieu of https://github.com/apache/hudi/pull/4703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [hudi] hudi-bot commented on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023638258 ## CI report: * 0b681481c9b55c7bb9689688c83e884846bb9b57 UNKNOWN * 3c89821bea846f44dbee27eb841e869d496ea0dc Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] hudi-bot removed a comment on pull request #4697: [HUDI-3318] Drafted RFC-46

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4697: URL: https://github.com/apache/hudi/pull/4697#issuecomment-1023584865 ## CI report: * 829d13200dd05fe4fb7234c6c5d2de3c65668f15 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/r

[GitHub] [hudi] hudi-bot commented on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023640198 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 83e8c788a1ae521ee1a8f6022678e58273135bce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] hudi-bot removed a comment on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023121616 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 83e8c788a1ae521ee1a8f6022678e58273135bce Azure: [FAILURE](https://dev.azure.com/apache-hud

[GitHub] [hudi] nsivabalan merged pull request #4703: [HUDI-3329] Adding docs for 0.10.1

2022-01-27 Thread GitBox
nsivabalan merged pull request #4703: URL: https://github.com/apache/hudi/pull/4703 -- 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-unsubs

[GitHub] [hudi] hudi-bot removed a comment on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023640198 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 83e8c788a1ae521ee1a8f6022678e58273135bce Azure: [FAILURE](https://dev.azure.com/apache-hud

[GitHub] [hudi] hudi-bot commented on pull request #4352: [HUDI-1295] Metadata Index - Bloom filter and Column stats index to speed up index lookups

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4352: URL: https://github.com/apache/hudi/pull/4352#issuecomment-1023664414 ## CI report: * 235981abd20a498a3e29e98ce0eda9de35018f99 UNKNOWN * 83e8c788a1ae521ee1a8f6022678e58273135bce Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org

[GitHub] [hudi] xushiyan opened a new pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
xushiyan opened a new pull request #4704: URL: https://github.com/apache/hudi/pull/4704 - Remove fixture test table in zip files - Revert back to data generation setup with deltastreamer jobs -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hudi] vinothchandar commented on pull request #4679: [HUDI-3315] RFC-35 Make Flink writer stream friendly

2022-01-27 Thread GitBox
vinothchandar commented on pull request #4679: URL: https://github.com/apache/hudi/pull/4679#issuecomment-1023667754 cc @yihua could you also please review this from the angle of making the write client abstractions more friendly -- This is an automated message from the Apache Git Servic

[jira] [Updated] (HUDI-3330) TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDataGenerator to generate backfill dataset

2022-01-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HUDI-3330: - Labels: pull-request-available (was: ) > TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDa

[GitHub] [hudi] hudi-bot commented on pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4704: URL: https://github.com/apache/hudi/pull/4704#issuecomment-1023670726 ## CI report: * 5625be38641c68789265d95bd0b7ed51a83105b4 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure`

[GitHub] [hudi] xushiyan commented on a change in pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
xushiyan commented on a change in pull request #4704: URL: https://github.com/apache/hudi/pull/4704#discussion_r794027905 ## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamerWithMultiWriter.java ## @@ -87,12 +80,36 @@ @Enum

[GitHub] [hudi] hudi-bot removed a comment on pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
hudi-bot removed a comment on pull request #4704: URL: https://github.com/apache/hudi/pull/4704#issuecomment-1023670726 ## CI report: * 5625be38641c68789265d95bd0b7ed51a83105b4 UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run

[GitHub] [hudi] hudi-bot commented on pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
hudi-bot commented on pull request #4704: URL: https://github.com/apache/hudi/pull/4704#issuecomment-1023672926 ## CI report: * 5625be38641c68789265d95bd0b7ed51a83105b4 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?b

[jira] [Updated] (HUDI-3330) TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDataGenerator to generate backfill dataset

2022-01-27 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-3330: - Status: Patch Available (was: In Progress) > TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDataGe

[jira] [Updated] (HUDI-3330) TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDataGenerator to generate backfill dataset

2022-01-27 Thread Raymond Xu (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Xu updated HUDI-3330: - Status: In Progress (was: Open) > TestHoodieDeltaStreamerWithMultiWriter: Use HoodieTestDataGenerator to

[GitHub] [hudi] manojpec commented on a change in pull request #4704: [HUDI-3330] Remove fixture test tables for multi writer tests

2022-01-27 Thread GitBox
manojpec commented on a change in pull request #4704: URL: https://github.com/apache/hudi/pull/4704#discussion_r794067055 ## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamerWithMultiWriter.java ## @@ -87,12 +80,36 @@ @Enum

[jira] [Created] (HUDI-3337) ParquetUtils fails extracting Parquet Column Range Metadata

2022-01-27 Thread Alexey Kudinkin (Jira)
Alexey Kudinkin created HUDI-3337: - Summary: ParquetUtils fails extracting Parquet Column Range Metadata Key: HUDI-3337 URL: https://issues.apache.org/jira/browse/HUDI-3337 Project: Apache Hudi

[jira] [Updated] (HUDI-3337) ParquetUtils fails extracting Parquet Column Range Metadata

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-3337: -- Sprint: Hudi-Sprint-Jan-24 > ParquetUtils fails extracting Parquet Column Range Metadata > -

[jira] [Assigned] (HUDI-3337) ParquetUtils fails extracting Parquet Column Range Metadata

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin reassigned HUDI-3337: - Assignee: Alexey Kudinkin > ParquetUtils fails extracting Parquet Column Range Metadata >

[jira] [Updated] (HUDI-3337) ParquetUtils fails extracting Parquet Column Range Metadata

2022-01-27 Thread Alexey Kudinkin (Jira)
[ https://issues.apache.org/jira/browse/HUDI-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kudinkin updated HUDI-3337: -- Fix Version/s: 0.11.0 > ParquetUtils fails extracting Parquet Column Range Metadata > --

  1   2   3   >