Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-6684

Support Arrow filter pushdown conditions that have subexpressions of a decimal type

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.39.0
    • 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

          Activity

            People

              Unassigned Unassigned
              caicancai Caican Cai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: