Shiyan Xu
717f159bfd
[HUDI-3730] Keep metasync configs backward compatible ( #6221 )
2022-07-27 16:00:44 +05:30
Alexey Kudinkin
e7c8df7e8b
[HUDI-4250][HUDI-4202] Optimize performance of Column Stats Index reading in Data Skipping ( #5746 )
...
We provide an alternative way of fetching Column Stats Index within the reading process to avoid the penalty of a more heavy-weight execution scheduled through a Spark engine.
2022-07-25 15:36:12 -07:00
Danny Chan
b513232449
[HUDI-4458] Add a converter cache for flink ColumnStatsIndices ( #6205 )
2022-07-25 17:49:01 +08:00
Danny Chan
ba11082282
[HUDI-4450] Revert the checkpoint abort notification ( #6181 )
2022-07-24 08:44:22 +08:00
Shiyan Xu
d5c7c79d87
Revert "[HUDI-4324] Remove use_jdbc config from hudi sync ( #6072 )" ( #6160 )
...
This reverts commit 046044c83d .
2022-07-22 17:18:45 -07:00
Sagar Sumit
a36762a862
[HUDI-4303] Use Hive sentinel value as partition default to avoid type caste issues ( #5954 )
2022-07-22 17:14:36 -07:00
Sagar Sumit
716dd3512b
[MINOR] Disable Flink compactor IT test ( #6189 )
2022-07-22 10:16:55 -07:00
Danny Chan
348519f3cd
[HUDI-4427] Add a computed column IT test ( #6150 )
2022-07-21 09:38:26 +08:00
Danny Chan
e3675fe9b0
[HUDI-4372] Enable matadata table by default for flink ( #6066 )
2022-07-20 16:10:19 +08:00
Danny Chan
6c3578069e
[HUDI-4416] Default database path for hoodie hive catalog ( #6136 )
2022-07-19 15:38:47 +08:00
Bo Cui
9282611bae
[HUDI-4098] Support HMS for flink HudiCatalog ( #6082 )
...
* [HUDI-4098]Support HMS for flink HudiCatalog
2022-07-18 11:46:23 +08:00
Alexey Kudinkin
4bda6afe0b
[HUDI-4249] Fixing in-memory HoodieData implementation to operate lazily ( #5855 )
2022-07-16 18:26:48 -05:00
Danny Chan
6aec9d754f
[HUDI-4408] Reuse old rollover file as base file for flink merge handle ( #6120 )
2022-07-16 20:46:23 +08:00
Danny Chan
0faa562b6f
[HUDI-4403] Fix the end input metadata for bounded source ( #6116 )
2022-07-16 12:02:17 +08:00
JerryYue-M
b781b31045
[HUDI-4397] Flink Inline Cluster and Compact plan distribute strategy changed from rebalance to hash to avoid potential multiple threads accessing the same file ( #6106 )
...
Co-authored-by: jerryyue <jerryyue@didiglobal.com >
2022-07-15 12:21:50 +08:00
Danny Chan
e70a427956
[HUDI-4391] Incremental read from archived commits for flink ( #6096 )
2022-07-14 15:19:26 +08:00
HunterXHunter
994c561488
[HUDI-4298] When reading the mor table with QUERY_TYPE_SNAPSHOT,Unabl… ( #5937 )
...
* [HUDI-4298] Add test case for reading mor table
Signed-off-by: LinMingQiang <1356469429@qq.com >
2022-07-12 14:49:44 +08:00
Shiyan Xu
046044c83d
[HUDI-4324] Remove use_jdbc config from hudi sync ( #6072 )
...
* [HUDI-4324] Remove use_jdbc config from hudi sync
* Users should use HIVE_SYNC_MODE instead
2022-07-10 11:16:09 +05:30
liujinhui
126b88b48d
[HUDI-2150] Rename/Restructure configs for better modularity ( #6061 )
...
- Move clean related configuration to HoodieCleanConfig
- Move Archival related configuration to HoodieArchivalConfig
- hoodie.compaction.payload.class move this to HoodiePayloadConfig
2022-07-09 20:00:48 +05:30
Danny Chan
a998586396
[minor] following 4152, refactor the clazz about plan selection strategy ( #6060 )
2022-07-08 09:56:10 +08:00
Danny Chan
c744848c59
[HUDI-4366] Synchronous cleaning for flink bounded source ( #6051 )
2022-07-08 09:55:07 +08:00
e74ad324c3
[HUDI-4152] Flink offline compaction support compacting multi compaction plan at once ( #5677 )
...
* [HUDI-4152] Flink offline compaction allow compact multi compaction plan at once
* [HUDI-4152] Fix exception for duplicated uid when multi compaction plan are compacted
* [HUDI-4152] Provider UT & IT for compact multi compaction plan
* [HUDI-4152] Put multi compaction plans into one compaction plan source
* [HUDI-4152] InstantCompactionPlanSelectStrategy allow multi instant by using comma
* [HUDI-4152] Add IT for InstantCompactionPlanSelectStrategy
2022-07-07 14:11:26 +08:00
Danny Chan
7eeaff9ee0
[HUDI-4357] Support flink 1.15.x ( #6050 )
2022-07-06 13:42:58 +08:00
Shiyan Xu
c0e1587966
[HUDI-3730] Improve meta sync class design and hierarchies ( #5854 )
...
* [HUDI-3730] Improve meta sync class design and hierarchies (#5754 )
* Implements class design proposed in RFC-55
Co-authored-by: jian.feng <fengjian428@gmial.com >
Co-authored-by: jian.feng <jian.feng@shopee.com >
2022-07-03 14:47:25 +05:30
Danny Chan
47792a3186
[HUDI-4353] Column stats data skipping for flink ( #6026 )
2022-07-03 08:29:31 +08:00
JerryYue-M
bdf73b2650
[HUDI-3953]Flink Hudi module should support low-level source and sink api ( #5445 )
...
Co-authored-by: jerryyue <jerryyue@didiglobal.com >
2022-07-02 08:38:46 +08:00
BruceLin
efb9719018
[HUDI-4332] The current instant may be wrong under some extreme conditions in AppendWriteFunction. ( #5988 )
2022-06-28 20:42:26 +08:00
吴祥平
3a1fd22841
[HUDI-4311] Fix Flink lose data on some rollback scene ( #5950 )
2022-06-27 16:09:44 +08:00
cxzl25
72fa19bcc9
[HUDI-4316] Support for spillable diskmap configuration when constructing HoodieMergedLogRecordScanner ( #5959 )
2022-06-27 11:09:30 +08:00
luokey
59978ef4a9
[HUDI-4260] Change KEYGEN_CLASS_NAME without default value ( #5877 )
...
* Change KEYGEN_CLASS_NAME without default value
Co-authored-by: 854194341@qq.com <loukey_7821>
2022-06-24 15:05:03 +08:00
Zhaojing Yu
6456bd3a51
[HUDI-4273] Support inline schedule clustering for Flink stream ( #5890 )
...
* [HUDI-4273] Support inline schedule clustering for Flink stream
* delete deprecated clustering plan strategy and add clustering ITTest
2022-06-24 11:28:06 +08:00
Danny Chan
1dbd9d407a
[minor] following 4270, add unit tests for the keys lost case ( #5918 )
2022-06-22 16:56:06 +08:00
Bo Cui
7c4aaa9715
[HUDI-4270] Bootstrap op data loading missing ( #5888 )
2022-06-21 11:47:39 +08:00
Alexander Trushev
f1103281d2
[HUDI-4258] Fix when HoodieTable removes data file before the end of Flink job ( #5876 )
...
* [HUDI-4258] Fix when HoodieTable removes data file before the end of Flink job
2022-06-20 17:07:49 +08:00
luokey
7c6bedff25
[HUDI-4259] Flink create avro schema not conformance to standards ( #5878 )
...
* flink create avro schema not conformance to standards
Co-authored-by: 854194341@qq.com <loukey_7821>
2022-06-20 15:41:23 +08:00
Shizhi Chen
7481eacf23
[HUDI-4277] supoort flink table source with computed column ( #5897 )
...
Co-authored-by: chenshizhi <chenshizhi@bilibili.com >
2022-06-20 15:19:32 +08:00
5herhom
efafb79eeb
[MINOR] Add "spillable_map_path" in FlinkCompactionConfig. To avoid the disk space of "/tmp" full when compacting offline. ( #5905 )
2022-06-20 15:15:23 +08:00
huberylee
d4f0326b4b
[HUDI-4275] Refactor rollback inflight instant for clustering/compaction to reuse some code ( #5894 )
2022-06-20 14:29:21 +08:00
superche
14d8735a1c
Strip extra spaces when creating new configuration ( #5849 )
...
Co-authored-by: superche <superche@tencent.com >
2022-06-13 19:10:38 +08:00
sandyfog
c82e3462e3
[MINOR] fix AvroSchemaConverter duplicate branch in 'switch' ( #5813 )
2022-06-13 10:55:24 +08:00
Shiyan Xu
5aaac21d1d
[HUDI-4224] Fix CI issues ( #5842 )
...
- Upgrade junit to 5.7.2
- Downgrade surefire and failsafe to 2.22.2
- Fix test failures that were previously not reported
- Improve azure pipeline configs
Co-authored-by: liujinhui1994 <965147871@qq.com >
Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com >
2022-06-12 11:44:18 -07:00
yanenze
ba47904fa2
[HUDI-4139]improvement for flink write operator name to identify tables easily ( #5744 )
...
Co-authored-by: yanenze <yanenze@keytop.com.cn >
2022-06-09 17:48:20 -04:00
sandyfog
8ff17b0470
[MINOR] FlinkStateBackendConverter add more exception message ( #5809 )
...
* [MINOR] FlinkStateBackendConverter add more exception message
2022-06-09 15:13:27 +08:00
HunterXHunter
132c0aa8c7
[HUDI-4101] When BucketIndexPartitioner take partition path for dispersion may cause the fileID of the task to not be loaded correctly ( #5763 )
...
Co-authored-by: john.wick <john.wick@vipshop.com >
2022-06-06 21:53:55 +08:00
Danny Chan
22c45a7704
[HUDI-4188] Fix flaky ITTestDataSTreamWrite.testWriteCopyOnWrite ( #5749 )
2022-06-06 12:12:48 +08:00
Danny Chan
0d069b5e57
[HUDI-4174] Add hive conf dir option for flink sink ( #5725 )
2022-06-01 16:17:36 +08:00
Bo Cui
93fe5a497e
[HUDI-4151] flink split_reader supports rocksdb ( #5675 )
...
* [HUDI-4151] flink split_reader supports rocksdb
2022-05-28 08:37:34 +08:00
Sagar Sumit
cf837b4900
[HUDI-3193] Decouple hudi-aws from hudi-client-common ( #5666 )
...
Move HoodieMetricsCloudWatchConfig to hudi-client-common
2022-05-25 19:38:56 +05:30
喻兆靖
c20db99a7b
[HUDI-2207] Support independent flink hudi clustering function
2022-05-24 20:16:48 +08:00
YuangZhang
3ef137d156
[HUDI-4129] Initializes a new fs view for WriteProfile#reload ( #5640 )
...
Co-authored-by: zhangyuang <zhangyuang@corp.netease.com >
2022-05-23 09:57:34 +08:00