[
https://issues.apache.org/jira/browse/CALCITE-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Xu resolved CALCITE-6299.
----------------------------
Fix Version/s: 1.42.0
Resolution: Fixed
Fixed in
[265059f|https://github.com/apache/calcite/commit/265059f55295e41e859a675e8a5426854c1a73a4]
Thank you for the review [~mbudiu] [~caicancai]
> 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
> Labels: pull-request-available
> Fix For: 1.42.0
>
>
> 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)