dennishuo commented on issue #5512:
URL: https://github.com/apache/iceberg/issues/5512#issuecomment-1274965514

   @Hoeze Ah I assumed you were asking about how to access the dataframe from 
SparkSQL since your later question was how to register to the in-memory PySpark 
catalog.
   
   Did you have trouble getting the basic 
`spark.read.format("iceberg").load(iceberg_path)` to work? That command should 
work fine to read individual Iceberg tables as dataframes, the same way you 
would read a directory full of Parquet files as a Parquet dataframe.


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