[ 
https://issues.apache.org/jira/browse/DRILL-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055197#comment-18055197
 ] 

ASF GitHub Bot commented on DRILL-8542:
---------------------------------------

letian-jiang commented on PR #3035:
URL: https://github.com/apache/drill/pull/3035#issuecomment-3818127319

   > @letian-jiang This looks good. Thanks for the contribution! Could you 
please verify that there is a new line at the end of each file? Once that is 
done and CI passes, I'll merge this!
   > 
   > Lastly, could you also add documentation to the Drill documentation site? 
(https://github.com/apache/drill-site).
   > 
   > I don't know if you have any connection the Paimon team, but if so, a link 
to Drill would also be greatly appreciated.
   > 
   > LGTM +1
   
   I have already verified it. Let me see how to add the document.




> Format plugin for Apache Paimon
> -------------------------------
>
>                 Key: DRILL-8542
>                 URL: https://issues.apache.org/jira/browse/DRILL-8542
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Other
>            Reporter: Letian Jiang
>            Priority: Major
>
> 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 message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to