deniskuzZ commented on PR #5878:
URL: https://github.com/apache/hive/pull/5878#issuecomment-2980685874

   > > +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. ( TestHMSCatalog.testTableAPI() ). Any other unit test that reproduces 
that issue would be much appreciated.
   
   @okumin, how did you create the table?
   ````
   CreateTableRequest create = CreateTableRequest.builder().
            withName(tblName).
            withLocation(location).
            withSchema(schema).build();
     URL url = iceUri.resolve("namespaces/" + DB_NAME + "/tables").toURL();
     Object response = clientCall(jwt, url, "POST", create);
   ```` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to