Naveen Mahadevuni
Naveen Mahadevuni
> 1. std::vector children @Yuhta Almost all Parquet/DWRF readers/writers and column readers/writers will need to be changed, since they all expect shared_ptr and if we change the TypeWithId to take...
@yingsu00 @Yuhta Addressed the comments. Please review.
> @nmahadevuni Would you rebase your tests on #9244? @Yuhta Updated the branch with the tests. Thanks.
> @nmahadevuni Can you rebase to main with the tests? @Yuhta I rebased with the tests. Thanks.
@agrawalreetika Instead of single directory, we may want to clear the whole cache too. May be make the directoryPath optional, and if its not provided, then clear all cache. Also,...
@beinan Why don't we do this by default? So, we do not encounter such staleless problems at all.
Let's implement this now at the connector level based on https://github.com/prestodb/presto/pull/25594
@namya28 Thanks. LGTM. Can you check the maven-checks failure?
Are there any existing product tests that run on jdbc sources? @namya28
@davve14 Thank you. Looks good. Can you add an integration test to check for query failure and success with and without this feature toggled?