shihaojun opened a new issue, #10561:
URL: https://github.com/apache/gravitino/issues/10561

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   a hudi table on hive metaStore is:
   spark.sql.sources.provider = hudi
   but on HiveCatalogOperations filter is
    // filter out the Hudi tables
           String hudiFilter = String.format("%sprovider like \"hudi\"", 
HIVE_FILTER_FIELD_PARAMS);
   It can't filter hudi table like that
   
   ### Error message and/or stacktrace
   
   use spark create hudi table
   
   ### How to reproduce
   
   main
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to