Caican Cai created CALCITE-6684:
-----------------------------------
Summary: 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
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)