Skip to content
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

CSharp/Spark/Impala: retrieve complex columns when SELECT * is queried #2426

Open
birschick-bq opened this issue Jan 9, 2025 · 0 comments
Open
Labels
Type: enhancement New feature or request

Comments

@birschick-bq
Copy link
Contributor

What feature or improvement would you like to see?

For the Spark/Impala driver, currently if a query that includes the wildcard * projection (i.e., SELECT * FROM table), it does not retrieve complex columns, by default.

This is a server behavior that can be controlled by a server setting.

However, other driver implementations are able to return all columns (include those with complex types) in such a query without having to change the server setting.

This enhancement request is to have the ability, client-side, to retrieve all columns, regardless of type when a SELECT * query is performed.

@birschick-bq birschick-bq added the Type: enhancement New feature or request label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant