You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/31 15:03:45 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #717: go/adbc/driver/flightsql: panic on unsupported types

lidavidm opened a new issue, #717:
URL: https://github.com/apache/arrow-adbc/issues/717

   Probably an upstream issue
   
   ```
   panic: only decimal128 is supported
   
   goroutine 17 [running, locked to thread]:
   github.com/apache/arrow/go/v12/arrow/cdata.(*nativeCRecordBatchReader).Schema(0xc00012ad80)
   	/home/conda/feedstock_root/build_artifacts/arrow-adbc-split_1684165150936/work/gopath/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230421000340-388f3a88c647/arrow/cdata/cdata.go:815 +0x105
   github.com/apache/arrow/go/v12/arrow/flight/flightsql.(*PreparedStatement).writeBindParameters(0xc00010e240, {0x7f5636a00418?, 0xc000118a10}, 0xc00010e300)
   	/home/conda/feedstock_root/build_artifacts/arrow-adbc-split_1684165150936/work/gopath/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230421000340-388f3a88c647/arrow/flight/flightsql/client.go:1055 +0x1e7
   github.com/apache/arrow/go/v12/arrow/flight/flightsql.(*PreparedStatement).ExecuteUpdate(0xc00010e240, {0x7f56369fc260, 0xc00017a780}, {0xc0001187c0, 0x1, 0x1})
   	/home/conda/feedstock_root/build_artifacts/arrow-adbc-split_1684165150936/work/gopath/pkg/mod/github.com/apache/arrow/go/v12@v12.0.0-20230421000340-388f3a88c647/arrow/flight/flightsql/client.go:1011 +0x1b8
   github.com/apache/arrow-adbc/go/adbc/driver/flightsql.(*statement).ExecuteUpdate(0xc0001333b0, {0x7f56369fc1f0, 0xc000042118})
   	/home/conda/feedstock_root/build_artifacts/arrow-adbc-split_1684165150936/work/go/adbc/driver/flightsql/flightsql_statement.go:256 +0x12e
   main.FlightSQLStatementExecuteQuery(0x7f5636022ff8?, 0x0, 0x7ffdf10468c8, 0xc000006601?)
   	/home/conda/feedstock_root/build_artifacts/arrow-adbc-split_1684165150936/work/go/adbc/pkg/flightsql/driver.go:525 +0xba
   Fatal Python error: Aborted
   ```


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-adbc] zeroshade closed issue #717: go/adbc/driver/flightsql: panic on unsupported types

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #717: go/adbc/driver/flightsql: panic on unsupported types
URL: https://github.com/apache/arrow-adbc/issues/717


-- 
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: issues-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-adbc] lidavidm commented on issue #717: go/adbc/driver/flightsql: panic on unsupported types

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #717:
URL: https://github.com/apache/arrow-adbc/issues/717#issuecomment-1581265621

   We can fix this once https://github.com/apache/arrow/pull/35978 and https://github.com/apache/arrow/issues/35975 are merged


-- 
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-unsubscribe@arrow.apache.org

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