zeroshade commented on code in PR #223:
URL: https://github.com/apache/arrow-go/pull/223#discussion_r1896163474


##########
arrow/flight/flightsql/column_metadata.go:
##########
@@ -63,23 +63,23 @@ type ColumnMetadata struct {
 }
 
 func (c *ColumnMetadata) findStrVal(key string) (string, bool) {
-       idx := c.Data.FindKey(CatalogNameKey)
+       idx := c.Data.FindKey(key)

Review Comment:
   yea, it was a metadata issue I came across that turned out to be small 
enough that it made sense to just incorporate



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