-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove table layouts from all connectors #781
Comments
@electrum Can I take up this issue ? |
@Praveen2112 Yes, but work on one at a time, and comment here first about which one you are doing. We can have multiple people work on these in parallel. Some of these will be non-trivial or may require additional features (like column projection pushdown which is not yet implemented in the new model). |
@electrum I will be starting with the Tpch and Tpcds connector |
I am working on removing table layouts from Accumulo connector. |
Next I am trying to remove for Atop connector. |
Next I'm planning to take cassandra and raptor connector. |
Once #676 is merged we can remove TableLayout for Kudu and Thrift connector |
In the project i see Do we have a plan to do something with Removing support for layouts would simplify things in the engine. |
There was some issue with the TPC-DS connector due to limitations of the optimizer. @Praveen2112, do you remember? Once those are migrated, we can just go ahead and remove the old API. It’s been almost two years since we deprecated it. |
Add a comment about which one you are working on. Each one should be done as a separate commit and PR, since they are unrelated, and some will be non-trivial or will require additional features like column projection pushdown.
The text was updated successfully, but these errors were encountered: