[
https://issues.apache.org/jira/browse/CALCITE-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Xu resolved CALCITE-6291.
----------------------------
Fix Version/s: 1.42.0
Resolution: Fixed
Fixed in
[cf4ffc1|https://github.com/apache/calcite/commit/cf4ffc1fdf9b6d971bc703fb31ec97be9b2f42de]
Thank you for the review! [~mbudiu] [~caicancai]
> Support converting ArrowTable to Queryable
> ------------------------------------------
>
> Key: CALCITE-6291
> URL: https://issues.apache.org/jira/browse/CALCITE-6291
> Project: Calcite
> Issue Type: Sub-task
> Components: arrow-adapter
> Reporter: hongyu guo
> Assignee: Yu Xu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.42.0
>
>
> Now we can not convert ArrowTable to Queryable
> {code:java}
> @Override public <T> Queryable<T> asQueryable(QueryProvider queryProvider,
> SchemaPlus schema, String tableName) {
> throw new UnsupportedOperationException();
> } {code}
> See more in org.apache.calcite.adapter.arrow.ArrowTable#asQueryable
--
This message was sent by Atlassian Jira
(v8.20.10#820010)