CurtHagenlocher commented on code in PR #2960:
URL: https://github.com/apache/arrow-adbc/pull/2960#discussion_r2157399233


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Statement.cs:
##########
@@ -396,9 +397,9 @@ protected virtual async Task<QueryResult> 
GetCrossReferenceAsForeignTableAsync(C
                 null,
                 null,
                 null,
-                EscapeUnderscoreInName(CatalogName),
-                EscapeUnderscoreInName(SchemaName),
-                EscapeUnderscoreInName(TableName),
+                (CatalogName),
+                (SchemaName),
+                (TableName),

Review Comment:
   Oh, I see in the other PR that this doesn't need wildcards and the parens 
are removed there. In any event, these would need to be removed to avoid a 
merge conflict.



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