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

Improve the Arrow adapter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • arrow-adapter
    • None

    Description

      After merging CALCITE-2040, we obtained the initial version of the arrow adapter. But, we encountered issues with certain queries throwing an exception or producing incorrect results in the arrow adapter. For example, consider the following query:

      select "intField", "stringField"
      from arrowdata
      where "intField" in (0, 1, 2)
      

      This query will throw an exception, So we need to improve it.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hongyuguo hongyu guo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: