[
https://issues.apache.org/jira/browse/CALCITE-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
hongyu guo updated CALCITE-6299:
--------------------------------
Description:
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}
> Support JOIN in arrow adapter
> -----------------------------
>
> Key: CALCITE-6299
> URL: https://issues.apache.org/jira/browse/CALCITE-6299
> Project: Calcite
> Issue Type: Sub-task
> Reporter: hongyu guo
> 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)