Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-6304 Improve the Arrow adapter
  3. CALCITE-6291

Support converting ArrowTable to Queryable

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • arrow-adapter
    • None

    Description

      Now we can not convert ArrowTable to Queryable

      @Override public <T> Queryable<T> asQueryable(QueryProvider queryProvider,
          SchemaPlus schema, String tableName) {
        throw new UnsupportedOperationException();
      } 

      See more in org.apache.calcite.adapter.arrow.ArrowTable#asQueryable

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: