You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "davidhcoe (via GitHub)" <gi...@apache.org> on 2023/06/20 03:06:38 UTC

[GitHub] [arrow-adbc] davidhcoe opened a new issue, #819: go/adbc/driver/snowflake: initialize Params value

davidhcoe opened a new issue, #819:
URL: https://github.com/apache/arrow-adbc/issues/819

   When the Config Params are not initialized, it causes errors in two different places:
   
   - on the 
          `default:
          d.cfg.Params[k] = &v`
   - and https://github.com/snowflakedb/gosnowflake/issues/826 (since closed, since the issue is not on the Snowflake side)
   
   In either case, `assignment to entry in nil map` is thrown. 


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-adbc] lidavidm closed issue #819: go/adbc/driver/snowflake: initialize Params value

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #819: go/adbc/driver/snowflake: initialize Params value
URL: https://github.com/apache/arrow-adbc/issues/819


-- 
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: issues-unsubscribe@arrow.apache.org

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