davidhcoe commented on code in PR #1207:
URL: https://github.com/apache/arrow-adbc/pull/1207#discussion_r1370238718


##########
go/adbc/driver/snowflake/connection.go:
##########
@@ -326,7 +326,7 @@ func (c *cnxn) getObjectsDbSchemas(ctx context.Context, 
depth adbc.ObjectDepth,
                                IF (counter > 0) THEN
                                  statement := statement || ' UNION ALL ';
                                END IF;
-                               statement := statement || ' SELECT 
CATALOG_NAME, SCHEMA_NAME FROM ' || rec.database_name || 
'.INFORMATION_SCHEMA.SCHEMATA';
+                               statement := statement || ' SELECT 
CATALOG_NAME, SCHEMA_NAME FROM "' || rec.database_name || 
'".INFORMATION_SCHEMA.SCHEMATA';

Review Comment:
   I was doing some testing with this. I think it's a bigger problem than what 
should be squeezed into this PR. I will file an issue and look at it 
separately. 



-- 
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