[
https://issues.apache.org/jira/browse/CALCITE-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Xu reassigned CALCITE-6299:
------------------------------
Assignee: Yu Xu
> Support JOIN in Arrow adapter
> -----------------------------
>
> Key: CALCITE-6299
> URL: https://issues.apache.org/jira/browse/CALCITE-6299
> Project: Calcite
> Issue Type: Sub-task
> Components: arrow-adapter
> Reporter: hongyu guo
> Assignee: Yu Xu
> Priority: Major
>
> In unit test org.apache.calcite.adapter.arrow.ArrowAdapterTest#testJoin
> {code:java}
> select t1."intField", t2."intField" from arrowdata t1 join arrowdata t2 on
> t1."intField" = t2."intField" {code}
> should return
> {code:java}
> 1
> 2
> 3
> 4
> 5
> {code}
> but return
> {code:java}
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)