[
https://issues.apache.org/jira/browse/DRILL-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642321#comment-17642321
]
ASF GitHub Bot commented on DRILL-8353:
---------------------------------------
vvysotskyi commented on PR #2702:
URL: https://github.com/apache/drill/pull/2702#issuecomment-1334839612
Hi @kmatt, no, it is not supported yet, but will be added in the near
future. The version will be specified using the table function. Here is the
example query for it:
```sql
SELECT *
FROM table(dfs.delta.`/tmp/delta-table`(type => 'delta', version => 0));
```
> Format plugin for Delta Lake
> ----------------------------
>
> Key: DRILL-8353
> URL: https://issues.apache.org/jira/browse/DRILL-8353
> Project: Apache Drill
> Issue Type: New Feature
> Affects Versions: 1.20.2
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
> Fix For: Future
>
>
> Implement format plugin for Delta Lake.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)