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
Other clients (C#, Go) provide simple way of iterating over query result rows, where row is represented as a map.
There should be a query method returning something like Enumerable<Map<String,Object>>, Stream<...> or similar.
Enumerable<Map<String,Object>>
Stream<...>
There is only method returning Stream<org.apache.arrow.vector.VectorSchemaRoot>.
Stream<org.apache.arrow.vector.VectorSchemaRoot>
No response
The text was updated successfully, but these errors were encountered:
NguyenHoangSon96
Successfully merging a pull request may close this issue.
Use Case
Other clients (C#, Go) provide simple way of iterating over query result rows, where row is represented as a map.
Expected behavior
There should be a query method returning something like
Enumerable<Map<String,Object>>
,Stream<...>
or similar.Actual behavior
There is only method returning
Stream<org.apache.arrow.vector.VectorSchemaRoot>
.Additional info
No response
The text was updated successfully, but these errors were encountered: