Henrib
Henrib
+1 for the request; as a temporary measure, adding the URITemplateResolver and test from 2.1 branch in the 2.0 trunk using Java7 tests ok. Any status on level 3/4 resolution...
It could be a good idea to merge this and https://github.com/apache/hive/pull/4749 .
HCatalog seems almost abandoned. HIVE-28059 is just trying to expose the Iceberg API - nothing more - on an existing HMS instance. This patch allows Hive 4 users to consume...
> it is supposed to be a decoupled REST service solution, not a hacky enabler. You could check existing projects to see how it's done: Gravitino REST Catalog, Polaris, Unity,...
> 1. I don't see any other community members supporting your "solution"; Did you get feedback or review comments from anyone else? 10 thumbs up, 4 rockets on the PR...
Dissing, ad-hominem attacks, soon you'll go (back) to insults; always delightful. I will not talk about 'internal' products since this is not the place; I will just notice that your...
Work on it just resumed; need to move the whole under standalone-metastore and adapt to latest trunk (4.1) before presenting to new reviewers. Please add vote on the JIRA, this...
> Please check my comments! Will do :-)
> +1 We should revisit the caching catalog implementation, as it seems to be broken. @deniskuzZ the unit test that creates a table through http does not fail though. (...
With this modification in HMSCachingCatalog: ``` @Override public Catalog.TableBuilder buildTable(TableIdentifier identifier, Schema schema) { tableCache.invalidate(identifier); return nsCatalog.buildTable(identifier, schema); } ``` This test succeeds: ``` @Test public void testTableAPI2() throws Exception...