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>) ``` -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org