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
Add hive metastore catalog support (part 2/2) #285
Add hive metastore catalog support (part 2/2) #285
Changes from 59 commits
8723ed7
342b686
d8ccce1
910d848
315ddde
05886bd
ada8193
00c720b
1b98f88
f82fa5d
10b53ba
b35916c
cfcbc17
2e320fe
ae03c85
17cb904
3aef54a
1660f3b
0716baf
a33132e
153bb6f
2b80a4b
bde3c98
8375c75
7dc7adb
5d119c5
fde1138
666f856
71c447a
97d71cc
c64ffa6
1da7f95
f99ed2b
1db7021
987704e
aa98865
1d1d577
7e6cce4
6cd543d
0d0ce47
376528e
87daa00
af193e6
3645311
7658e77
63f0b22
1a11ead
565e9d2
a5954b9
3034dca
4c7d91a
e1407d5
6a4d6c8
747cc5b
07dd4d9
4fdfa33
2ce1a6a
c04f3cf
eaef1ef
f814906
dc054a9
9557a1c
3cbb222
af91d19
e8a7bdf
a2fe37a
2bb5e38
8c519eb
c765268
98a2f27
5bcbba8
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.
Though it's correct, I prefer to use
flush
, as we can keep underlying connection? cc @XuanwoThere 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.
@liurenjie1024
I had troubles using
flush()
since no actual file was written - only when shutdown is used?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.
That's weird, cc @Xuanwo any ideas?