brkyvz opened a new pull request #28434:
URL: https://github.com/apache/spark/pull/28434


   ## What changes were proposed in this pull request?
   
   SHOW TBLPROPERTIES does not get the correct table properties for tables 
using the Session Catalog. This PR fixes that, by explicitly falling back to 
the V1 implementation if the table is in fact a V1 table.
   
   ### Why are the changes needed?
   
   Shows the incorrect table properties, i.e. only what exists in the Hive 
MetaStore for V2 tables that may have table properties outside of the MetaStore.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Fixes a bug
   
   ### How was this patch tested?
   
   Regression test


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to