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.
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
[#5220] improvment(hadoop-catalog): Optimize the name properties keys for Hadoop catalog. #5244
[#5220] improvment(hadoop-catalog): Optimize the name properties keys for Hadoop catalog. #5244
Changes from 168 commits
ce3b19f
cd69c33
d2447a2
7e5a8b5
f53c5ef
36fedcd
e93fba5
b1e04b6
db00e65
c793582
013f5cb
dba5753
16dfc73
278fcd8
3fb55ad
cd04666
d0bf13e
ffaa064
32d7f3d
81a36ba
d82bf76
dfdb772
8708a8a
ba9f8fa
dae99f7
e22053b
4fb89e0
e5746c0
b2d7bed
380717b
f4041ec
66247ab
3cfb94f
7d1150f
608081b
9edfe82
3079bf0
da49e60
b621d89
05dd006
9d5b8dc
e58f9a0
c521daf
46e996a
da0b7ca
e9ccda4
ba1fe5f
4ffe389
7c44a57
992ba0a
5dbca5f
f27520a
e29e47b
bc1e76f
8a9d3bf
2115e31
c2e55d4
557aa02
5c3fa5c
408eca7
a02065d
8762bae
dc7a915
c230991
dc54880
7ecc040
da46321
27bc2ab
017c42e
9dc0f5a
41ff00d
1fee1e4
1789bd2
2ee1709
05e5d20
8f28211
35cba1e
bcf2f12
f25a37d
a3da011
3517996
27a911a
e34dbea
6bae7e5
fe13f5e
0181632
3ff9eef
2ce660c
f0fa87b
d2921a8
dc68dd1
6431e2f
242888f
3ec2dcc
f754997
2cdfb35
67dbc3a
70a545e
4d54acf
15bbf99
cfcc544
acf51e1
11f9992
4f00a2f
b9ef8f0
9f65fb5
4defcc6
3a907f4
76912b7
4478673
5a194df
c8b5c7c
6ff9353
1dac0f0
f592289
7069b6b
1281e72
f022d6e
0d2ccab
55633e8
217cc5f
6958aa8
b6837bb
92961ea
8ed6298
e256c8d
73e00f0
d56cf30
8b9b8d7
b4d5728
0306ac5
a35a40d
cfd8a89
a131564
34e3ff4
2cc234a
ba0237e
4df5ea1
4e49e6e
354418f
d22c2f6
fc3c40a
015b788
c414b4d
895937c
d261b70
798b4d1
aa96f63
456ba31
8d04cd4
804622c
b399365
120adc3
72e8822
e7b4da7
20360b0
87dbb60
d5ac7d4
a187080
ca57d3f
10b6267
03bc296
32d6553
11c9f41
6192586
67ac175
268831d
27393e5
b0d45f1
11a3146
218acae
8ff278f
4f90525
bf65415
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you please add some comments to this variable, to let users know how to leverage this variable.
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.
added
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.
Can we simplify this code? It's a bit hard to understand, I think it is OK to iterate for several rounds, just make it easy to read.
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.
Can you add a UT for this?
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.
Can we move these ITs to each bundle?
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.
Yes, I can try it but I will not do it in this PR, It will make this PR large and hard to test the changes introduced by this PR, so I created #5325 to follow it.
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.
This is to fix the bug introduced by #5296, we need to consider other Hadoop catalog like S3, OSS and GCS.