matthewmturner commented on PR #2279: URL: https://github.com/apache/arrow-datafusion/pull/2279#issuecomment-1105490103
My idea here is to create a new `ViewTable` struct (similar concept to how `MemTable` is used but obviously not in memory) which of course would have `TableType::View` and we just use that with the existing `register_table` functionality within `ExecutionContext` / `SchemaProvider`. @alamb does that sound good from your end? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org