zinking opened a new pull request, #8872:
URL: https://github.com/apache/iceberg/pull/8872

   
   like in [query file meta 
column](https://docs.databricks.com/en/ingestion/file-metadata-column.html),
   
   it is convenient to support the following 
   
   ```
   spark.read \
     .format("csv") \
     .schema(schema) \
     .load("dbfs:/tmp/*") \
     .select("_metadata.file_name", "_metadata.file_size")
   ```


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