srimal-randoli commented on issue #3103:
URL: https://github.com/apache/arrow-adbc/issues/3103#issuecomment-3043247304
@lidavidm The code panics when I try to use `arrow.Timestamp`
```text
=== RUN TestFlightSQL
--- FAIL: TestFlightSQL (0.07s)
panic: unsupported type arrow.Timestamp [recovered]
panic: unsupported type arrow.Timestamp
goroutine 7 [running]:
testing.tRunner.func1.2({0xd07060, 0xc000051f50})
/usr/lib/go/src/testing/testing.go:1734 +0x21c
testing.tRunner.func1()
/usr/lib/go/src/testing/testing.go:1737 +0x35e
panic({0xd07060?, 0xc000051f50?})
/usr/lib/go/src/runtime/panic.go:792 +0x132
github.com/apache/arrow-adbc/go/adbc/sqldriver.arrFromVal({0xd3c5e0,
0xc0000136b0})
/home/srimal/projects/flight-sql-test/client/vendor/github.com/apache/arrow-adbc/go/adbc/sqldriver/driver.go:474
+0xd9e
github.com/apache/arrow-adbc/go/adbc/sqldriver.createBoundRecord({0xc000246d80,
0x1, 0x0?}, 0xc0002352c0)
/home/srimal/projects/flight-sql-test/client/vendor/github.com/apache/arrow-adbc/go/adbc/sqldriver/driver.go:519
+0x456
github.com/apache/arrow-adbc/go/adbc/sqldriver.(*stmt).ExecContext(0xc000011638,
{0xfe3198, 0x170c4a0}, {0xc000246d80?, 0x13?, 0xc000226f80?})
/home/srimal/projects/flight-sql-test/client/vendor/github.com/apache/arrow-adbc/go/adbc/sqldriver/driver.go:529
+0x4a
database/sql.ctxDriverStmtExec({0xfe3198, 0x170c4a0}, {0xfe3a48,
0xc000011638}, {0xc000246d80, 0x1, 0x1?})
/usr/lib/go/src/database/sql/ctxutil.go:65 +0xa3
database/sql.resultFromStatement({0xfe3198, 0x170c4a0}, {0xfe2400,
0xc0002945a0}, 0xc000167b70, {0xc000167f18, 0x1, 0x1})
/usr/lib/go/src/database/sql/sql.go:2680 +0x125
database/sql.(*DB).execDC(0x41a901?, {0xfe3198, 0x170c4a0}, 0xc00028e400,
0x7f8f471d6108?, {0xeb8352, 0x3e}, {0xc000167f18, 0x1, 0x1})
/usr/lib/go/src/database/sql/sql.go:1732 +0x3f2
database/sql.(*DB).exec(0xc0001f3860, {0xfe3198, 0x170c4a0}, {0xeb8352,
0x3e}, {0xc000167f18, 0x1, 0x1}, 0x78?)
/usr/lib/go/src/database/sql/sql.go:1693 +0xcf
database/sql.(*DB).ExecContext.func1(0xe8?)
/usr/lib/go/src/database/sql/sql.go:1672 +0x4f
database/sql.(*DB).retry(0xc0000483f0?, 0xc000167e10)
/usr/lib/go/src/database/sql/sql.go:1576 +0x42
database/sql.(*DB).ExecContext(0x6394ce7eb7b6a?, {0xfe3198?, 0x170c4a0?},
{0xeb8352?, 0x3?}, {0xc0000a1f18?, 0x66a?, 0x54d140?})
/usr/lib/go/src/database/sql/sql.go:1671 +0xc8
gitlab.com/srimaln91/flight-sql-client.TestFlightSQL(0xc0001c08c0?)
/home/srimal/projects/flight-sql-test/client/go_sql_driver_test.go:43
+0x18a
testing.tRunner(0xc0001c08c0, 0xecb7d0)
/usr/lib/go/src/testing/testing.go:1792 +0xf4
created by testing.(*T).Run in goroutine 1
/usr/lib/go/src/testing/testing.go:1851 +0x413
FAIL gitlab.com/srimaln91/flight-sql-client 0.074s
```
--
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]