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

feat(csharp/src/Drivers/Apache): extend capability of GetInfo for Spark driver #1863

Conversation

birschick-bq
Copy link
Contributor

@birschick-bq birschick-bq commented May 14, 2024

Extend capability of GetInfo for Spark driver

  • Adds dynamic calls to get the following from the DBMS
    • vendor name
    • vendor version
  • vendor sql (true - hard-coded default)
  • driver version (using file info/product version)

Adds tests for supported and unsupported info.

@github-actions github-actions bot added this to the ADBC Libraries 13 milestone May 14, 2024
@birschick-bq birschick-bq marked this pull request as draft May 14, 2024 23:24
@birschick-bq birschick-bq changed the title feat(csharp/src/Drivers/Apache): extend capability of GetInfo for Spark driver feat(csharp/src/Drivers/Apache): extend capability of GetInfo for Spark driver May 14, 2024
@birschick-bq birschick-bq marked this pull request as ready for review May 14, 2024 23:31
@birschick-bq birschick-bq requested a review from jduo May 15, 2024 22:37
@@ -103,64 +116,23 @@ protected Schema GetSchema()
return SchemaParser.GetArrowSchema(response.Schema);
}

sealed class GetObjectsReader : IArrowArrayStream
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed unused code sealed class GetObjectsReader : IArrowArrayStream

@birschick-bq
Copy link
Contributor Author

@CurtHagenlocher - if you have a chance, can you review and let me know if there is anything that needs addressing? Thanks!

@CurtHagenlocher CurtHagenlocher merged commit 3d021ea into apache:main May 17, 2024
8 checks passed
@birschick-bq birschick-bq deleted the dev/birschick-bq/get-info-improvements branch June 4, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants