-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-4139] improvement for flink sink operators so we can easily identify the table which write to hudi #5661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 3 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
c11e0e2
#1
cbb0312
#1
20b918e
#improve the flink sink operator name for better identify tables to w…
42c7129
[HUDI-4142] Claim RFC-54 for new table APIs (#5665)
codope 752f956
[HUDI-3933] Add UT cases to cover different key gen (#5638)
yihua 716e995
[MINOR] Removing redundant semicolons and line breaks (#5662)
felixYyu 47b764e
[HUDI-4134] Fix Method naming consistency issues in FSUtils (#5655)
h1ap af1128a
[HUDI-4084] Add support to test async table services with integ test …
nsivabalan 676d5ce
[HUDI-4138] Fix the concurrency modification of hoodie table config f…
danny0405 c05ebf2
[HUDI-2473] Fixing compaction write operation in commit metadata (#5203)
nsivabalan eb21901
[HUDI-4145] Archives the metadata file in HoodieInstant.State sequenc…
danny0405 0caa55e
[HUDI-4135] remove netty and netty-all (#5663)
liujinhui1994 c20db99
[HUDI-2207] Support independent flink hudi clustering function
yuzhaojing 10363c1
[HUDI-4132] Fixing determining target table schema for delta sync wit…
nsivabalan 18635b5
Merge pull request #3599 from yuzhaojing/HUDI-2207
yuzhaojing f30b3ae
[MINOR] Fix a potential NPE and some finer points of hudi cli (#5656)
a6bc9e8
[HUDI-4146] Claim RFC-55 for Improve Hive/Meta sync class design and …
fengjian428 cf837b4
[HUDI-3193] Decouple hudi-aws from hudi-client-common (#5666)
codope 4e42ed5
[HUDI-4145] Archives the metadata file in HoodieInstant.State sequenc…
danny0405 98c5c6c
[HUDI-4040] Bulk insert Support CustomColumnsSortPartitioner with Row…
31e13db
[HUDI-4023] Decouple hudi-spark from hudi-utilities-slim-bundle (#5641)
codope 8d2f009
[HUDI-4124] Add valid check in Spark Datasource configs (#5637)
wzx140 85962ee
[HUDI-3963][RFC-53] Use Lock-Free Message Queue Disruptor Improving H…
zhangyue19921010 57dbe57
[HUDI-4162] Fixed some constant mapping issues. (#5700)
watermelon12138 1767ff5
[HUDI-4161] Make sure partition values are taken from partition path …
554caa3
[MINOR] Fix the issue when handling conf hoodie.datasource.write.oper…
93fe5a4
[HUDI-4151] flink split_reader supports rocksdb (#5675)
cuibo01 58014c1
[HUDI-4160] Make database regex of MaxwellJsonKafkaSourcePostProcesso…
wangxianghu 8fa8f26
[MINOR] Fix Hive and meta sync config for sql statement (#5316)
XuQianJin-Stars 48062a5
[HUDI-4166] Added SimpleClient plugin for integ test (#5710)
uday08bce 62d7923
[HUDI-3551] Add the Oracle Cloud Infrastructure (oci) Object Storage …
cartershanklin 0a72458
[HUDI-3551] Fix testStorageSchemes for oci storage (#5711)
xushiyan 7e86884
[HUDI-4086] Use CustomizedThreadFactory in async compaction and clust…
scxwhite 329da34
[HUDI-4163] Catch general exception instead of IOException while fetc…
danny0405 918c4f4
[HUDI-4149] Drop-Table fails when underlying table directory is broke…
jinxing64 795a99b
[HUDI-4107] Added --sync-tool-classes config option in HoodieMultiTab…
kumudkumartirupati 0d069b5
[HUDI-4174] Add hive conf dir option for flink sink (#5725)
danny0405 dfcd6d9
[HUDI-4011] Add hudi-aws-bundle (#5674)
codope 7276d0e
[HUDI-3670] free temp views in sql transformers (#5080)
qjqqyy 7f8630c
[HUDI-4167] Remove the timeline refresh with initializing hoodie tabl…
danny0405 51602a3
[HUDI-4179] Cluster with sort cloumns invalid (#5739)
KnightChess 69f28b6
#1
bdde6ae
#1
4caedfc
#improve the flink sink operator name for better identify tables to w…
297f936
#improve the flink sink operator name for better identify tables to w…
d8043bf
#inporvment for inprovement for flink write opertaor name to identify…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe only the write op with table name is enough, for e.g
And we can extract a common util method here like
writeOpIdentifier(String, Configuration)for generating operator name with table suffix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right , i will try to amend it with your suggestion
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have created a new PR in #5744