[
https://issues.apache.org/jira/browse/DRILL-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642588#comment-17642588
]
ASF GitHub Bot commented on DRILL-8353:
---------------------------------------
kmatt commented on PR #2702:
URL: https://github.com/apache/drill/pull/2702#issuecomment-1335452201
The version function seems not to parse:
```
apache drill (dfs.delta)> select count(*) from
table(dfs.delta.`delta_table`(type => 'delta'));
+--------+
| EXPR$0 |
+--------+
| 20 |
+--------+
1 row selected (0.157 seconds)
apache drill (dfs.delta)> SELECT *
2..............semicolon> FROM table(dfs.delta.`delta_table`(type =>
'delta', version => 0));
Error: VALIDATION ERROR: From line 2, column 22 to line 2, column 75: No
match found for function signature delta_table(type => <CHARACTER>, version =>
<NUMERIC>)
```
> 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)