[
https://issues.apache.org/jira/browse/CALCITE-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-6684:
------------------------------------
Labels: pull-request-available (was: )
> Arrow adapter should supports filter conditions of Decimal type
> ---------------------------------------------------------------
>
> Key: CALCITE-6684
> URL: https://issues.apache.org/jira/browse/CALCITE-6684
> Project: Calcite
> Issue Type: New Feature
> Reporter: Caican Cai
> Priority: Major
> Labels: pull-request-available
>
> When the arrow adapter executes the following SQL, an error will be reported
> {code:java}
> String sql = "select \"decimalField\"\n"
> + "from arrowdatatype\n"
> + "where \"decimalField\" = 1.00";
> {code}
> error
> {code:java}
> Error while executing SQL "select "decimalField"
> from arrowdatatype
> where "decimalField" = 1.00": Invalid literal 1, type decimal
> java.sql.SQLException: Error while executing SQL "select "decimalField"
> from arrowdatatype
> where "decimalField" = 1.00": Invalid literal 1, type decimal
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)