Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When the arrow adapter executes the following SQL, an error will be reported
String sql = "select \"decimalField\"\n" + "from arrowdatatype\n" + "where \"decimalField\" = 1.00";
error
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
Attachments
Issue Links
- links to