[
https://issues.apache.org/jira/browse/DRILL-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054628#comment-18054628
]
ASF GitHub Bot commented on DRILL-8542:
---------------------------------------
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
> 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)