We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to handle nested columns in various locations, data skipping being an obvious one.
We should come up with a robust and simple design that is capable of handling column mapping and other special scenarios as well.
Known problems to solve:
StructType::project
The text was updated successfully, but these errors were encountered:
ExpressionHandler
@roeap can you clarify what's not properly handled today? afaict here we will traverse into nested columns.
So is there something more general you're talking about here?
Sorry, something went wrong.
No branches or pull requests
We need to handle nested columns in various locations, data skipping being an obvious one.
We should come up with a robust and simple design that is capable of handling column mapping and other special scenarios as well.
Known problems to solve:
StructType::project
#353The text was updated successfully, but these errors were encountered: