qifanzhang-ms opened a new issue, #2731:
URL: https://github.com/apache/arrow-adbc/issues/2731
### What happened?
**The time type data cannot be read correctly in ADBC Google BigQuery Client
Test.**
For example, you can create any table with time type in Google BigQuery:
`CREATE OR REPLACE TABLE pjs.testtable (
time_nullable TIME
);
INSERT INTO pjs.testtable (
time_nullable
)
VALUES (
'13:45:51'
);`
The correct result is:

But the result in ADBC Google BigQuery Client Test is:

### Stack Trace
_No response_
### How can we reproduce the bug?
_No response_
### Environment/Setup
_No response_
--
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]