alamb commented on issue #8906:
URL: https://github.com/apache/datafusion/issues/8906#issuecomment-2585712406

   Another approach could be if we support metadata columns here:
   - https://github.com/apache/datafusion/pull/14057
   
   Would be to expose the filename as a metadata column from a listing table, 
and then implement filter pushdown on it;
   
   ```sql
   select ... 
   FROM my_listing_table
   WHERE filename IN ('foo.parquet', 'bar.parquet')
   ```
   
   Or something like that 🤔 


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to