hongyu guo created CALCITE-6293: ----------------------------------- Summary: Support OR condition for arrow adapter Key: CALCITE-6293 URL: https://issues.apache.org/jira/browse/CALCITE-6293 Project: Calcite Issue Type: Sub-task Reporter: hongyu guo
for example {code:java} String sql = "select \"intField\", \"stringField\"\n" + "from arrowdata\n" + "where \"intField\"=12 or \"stringField\"='12'"; {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)