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


##########
go/adbc/driver/snowflake/statement.go:
##########
@@ -647,7 +667,7 @@ func (st *statement) ExecuteSchema(ctx context.Context) 
(*arrow.Schema, error) {
                return nil, errToAdbcErr(adbc.StatusInternal, err)
        }
 
-       return rowTypesToArrowSchema(ctx, loader, st.useHighPrecision)
+       return rowTypesToArrowSchema(ctx, loader, st.useHighPrecision, 
st.useHighPrecision)

Review Comment:
   this isnt right



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to