[ 
https://issues.apache.org/jira/browse/CALCITE-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18075852#comment-18075852
 ] 

Yu Xu commented on CALCITE-6299:
--------------------------------

I take this task.

> 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)

Reply via email to