rill icon indicating copy to clipboard operation
rill copied to clipboard

CREATE SOURCE support in calcite for DuckDB

Open pjain1 opened this issue 3 years ago • 1 comments

this will probably spill over next sprint as well. Tasks to be done -

  • [ ] Parse the CREATE SOURCE statement
  • [ ] Return the protobuf representation to the runtime
  • [ ] Test cases

pjain1 avatar Sep 19 '22 15:09 pjain1

More details:

  1. Get a CREATE SOURCE statement -> Runtime will pass in and get a logical AST representation.
  2. Runtime - connector for S3-DuckDB -> take the logical AST representation and write that into a DuckDB implementation.

nishantmonu51 avatar Sep 19 '22 15:09 nishantmonu51