Closed powersj closed 1 year ago
Base: 92.72% // Head: 91.23% // Decreases project coverage by -1.49%
:warning:
Coverage data is based on head (
a81453b
) compared to base (b0f26e5
). Patch coverage: 21.27% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks for the review, however I will close this PR.
As-is this PR does not provide anything unique or special over using the Arrow FlightSQL library directly. SQL query support is fundamentally a different animal compared to the existing library and REST support that it provides.
The latest version of InfluxDB Cloud comes with the ability to send SQL queries. This is done using a new gRPC+TLS client. For now the basic query function will create the different, non-REST client and return an Arrow record slice. Users can then go through that slice as necessary.