Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.12.0
-
None
Description
The current code organization is a little inconsistent. We had a dedicated package for query optimization but no package for SQL support, which is just one API and we will soon have a new Table/DataFrame API which is an alternative, but will leverage the same logical plan and query optimizer, so I plan on moving things around a little.
Attachments
1.
|
[Rust] [DataFusion] Move SQL parser and planner into sql package | Resolved | Andy Grove |
|
||||||||
2.
|
[Rust] [DataFusion] Move error.rs to top level package | Resolved | Andy Grove |
|