RussellSpitzer commented on issue #7847:
URL: https://github.com/apache/iceberg/issues/7847#issuecomment-2448632538

   > Hi all, has anyone figured out how to get this working nicely when used 
with pyspark + pytest? The solution proposed in this 
[comment](https://github.com/apache/iceberg/issues/7847#issuecomment-2008290040)
 works in most cases however if you try do something like "show partitions" you 
will get an error:
   > 
   > ```
   > > spark.sql("show partitions <table-name>")
   > pyspark.sql.utils.AnalysisException: Table <table-name> does not support 
partition management.;
   > ```
   > 
   This is always expected. We don't support the Partition Management API so 
show tables shouldn't work regardless of your config. Iceberg instead has a 
"partitions" metadata table
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to