hsiang-c commented on PR #3405:
URL: 
https://github.com/apache/datafusion-comet/pull/3405#issuecomment-3862930361

   @YutaLin 
   
   Thank you for your contribution!
   
   > I cannot write SELECT years(col) or WHERE years(col) = 2024, it's only 
used as partition metadata, could you guide me on the best way to add a solid 
test in SQL test framework to verify the partitioning?
   
   If I understand it correctly, you might need to create a table with `years` 
partition first, insert a few records, then query/check the result.
   
   Not sure if SQL statements can help you with table creation: 
https://datafusion.apache.org/comet/contributor-guide/sql-file-tests.html#file-format


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to