bi-kai opened a new issue, #3027:
URL: https://github.com/apache/arrow-datafusion/issues/3027

   I have a folder containing .parquet files. The schemas of the files are the 
same, and the file names are distinguished by timestamp. 
   
   The SQL statement, select * from table where timestamp 1645172395000 and 
1645272395000, takes a long time for query. I want to filter out the files that 
are not within the time range during query.
   
   In other words, I want to use the multi-file query function, but filter out 
files whose timestamp is not within the query time range. Is it possible?


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

Reply via email to