Querying data in an Iceberg table

To read the Iceberg table, you can use SparkSQL to query the Iceberg tables.

Example:
spark.sql("select * from ice_t").show(1000, false)