joellubi commented on code in PR #2044: URL: https://github.com/apache/arrow-adbc/pull/2044#discussion_r1726911284
########## go/adbc/driver/snowflake/queries/get_objects_catalogs.sql: ########## @@ -0,0 +1,25 @@ +// Licensed to the Apache Software Foundation (ASF) under one Review Comment: I had some trouble getting the RAT workflow to properly recognize the license header using that comment prefix. It turns out snowflake also recognizes lines with `//` as comments so it worked to leave it unchanged. Admittedly this likely won't work for other databases if we use a similar approach. I'm going to try one other thing to make this work with `--` comments, will update here shortly. -- 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]
