fredrikhgrelland commented on code in PR #1118:
URL: https://github.com/apache/arrow-adbc/pull/1118#discussion_r1339109997


##########
go/adbc/driver/snowflake/statement.go:
##########
@@ -108,6 +108,11 @@ func (st *statement) SetOption(key string, val string) 
error {
        case adbc.OptionKeyIngestTargetTable:
                st.query = ""
                st.targetTable = val
+       case adbc.OptionKeyIngestTemporary:
+               return adbc.Error{
+                       Msg:  fmt.Sprintf("[Snowflake] Unknown statement option 
'%s'", key),
+                       Code: adbc.StatusNotImplemented,
+               }

Review Comment:
   alternative https://github.com/apache/arrow-adbc/pull/1120 still fixes 
https://github.com/apache/arrow-adbc/issues/1119 you may close this PR



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to