letian-jiang opened a new pull request, #3035:
URL: https://github.com/apache/drill/pull/3035

   # [DRILL-8542](https://issues.apache.org/jira/browse/DRILL-8542): Support 
Paimon format plugin
   
   
   ## Description
   
   Introduce a Paimon format plugin, enabling Drill users to query Paimon 
tables directly via filesystem paths.
   
   - support reading data from Paimon tables in Parquet and ORC formats
   - support projection/filter/limit pushdown 
   - support snapshot read via table() with snapshotId or snapshotAsOfTime
   - support metadata tables:  #snapshots, #schemas, #files, #manifests
   
   Usage examples:
   - SELECT * FROM dfs.`/path/to/paimon_table`
   - SELECT * FROM table(dfs.`/path/to/paimon_table`, snapshotId => 123)
   - SELECT * FROM table(dfs.`/path/to/paimon_table`, snapshotAsOfTime => 
1700000000000)
   - SELECT * FROM dfs.`/path/to/paimon_table#snapshots`
   
   Reference:
   - https://paimon.apache.org/docs
   
   
   


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