-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 support for Filelist caching for symlink tables #19145
Add support for Filelist caching for symlink tables #19145
Conversation
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.
LGTM 👍🏼
b1f3d6b
to
f5bb0b9
Compare
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.
looks good, @agrawalreetika
is it possible to add a test case?
f5bb0b9
to
805cb6b
Compare
I'm sorry, I missed this earlier. |
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.
Just a few minor comments
presto-hive/src/test/resources/hive_symlink_table/_symlink_format_manifest/manifest
Outdated
Show resolved
Hide resolved
presto-hive/src/test/java/com/facebook/presto/hive/TestSymlinkTableListCaching.java
Outdated
Show resolved
Hide resolved
805cb6b
to
82da34f
Compare
presto-hive/src/test/java/com/facebook/presto/hive/TestSymlinkTableListCaching.java
Outdated
Show resolved
Hide resolved
82da34f
to
f10b2db
Compare
Hi @zhenxiao, Could you please take a pass on 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.
looks good
f10b2db
to
78faeca
Compare
@zhenxiao Looks like after rebasing, the Jmx values in the test are not coming up after caching. But earlier these JMX metrics were populating fine. And this test runs fine from my Local IDE. |
yep, let's try fix the testcase. Then we could merge :) |
78faeca
aebbb26
to
d8157eb
Compare
d8157eb
to
11cf2a6
Compare
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.
looks good
Test plan - (Please fill in how you tested your changes)
Using the hive catalog access the symlink tables by adding following properties:
Metrics Queries -
== RELEASE NOTES ==