You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/02/10 18:42:22 UTC

[GitHub] [arrow-adbc] zeroshade commented on a diff in pull request #451: chore(go/adbc): upgrade deps and update usage

zeroshade commented on code in PR #451:
URL: https://github.com/apache/arrow-adbc/pull/451#discussion_r1103104112


##########
go/adbc/driver/flightsql/flightsql_adbc_test.go:
##########
@@ -922,3 +929,35 @@ func (suite *TLSTests) TestInvalidOptions() {
 	_, _, err = stmt.ExecuteQuery(suite.ctx)
 	suite.Contains(err.Error(), "Unavailable")
 }
+
+func TestDuckDBFlightSQL(t *testing.T) {

Review Comment:
   LOL this is an accident. I did this when i was testing something for Phil Moore's Apache Superset ADBC demo and forgot to remove this. oops haha. I'll remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org