vagetablechicken commented on issue #9465:
URL: https://github.com/apache/iceberg/issues/9465#issuecomment-1892990576

   > @vagetablechicken can you check whether the `nyc` schema actually exists 
before querying?
   
   Thanks for help. Yes, the table exists. It failed on s3 reading.
   ```
   echo "desc demo.nyc.taxis;" | bin/spark-sql
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
   Spark Web UI available at http://node-4.sg.4pd.io:4040
   Spark master: local[*], Application Id: local-1705373054068
   spark-sql ()> desc demo.nyc.taxis;
   vendor_id               bigint
   trip_id                 bigint
   trip_distance           float
   fare_amount             double
   store_and_fwd_flag      string
   # Partition Information
   # col_name              data_type               comment
   vendor_id               bigint
   Time taken: 1.431 seconds, Fetched 8 row(s)
   spark-sql ()> ⏎
   ```


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