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:
   
![Image](https://github.com/user-attachments/assets/53f2aade-d0fa-4df6-b342-18d7e47f419a)
   
   But the result in ADBC ​​Google BigQuery Client Test is:
   
![Image](https://github.com/user-attachments/assets/42d2b9a6-d6a7-4833-8182-b9454cd534a0)
   
   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to