davidhcoe opened a new pull request, #2965: URL: https://github.com/apache/arrow-adbc/pull/2965
After the update to adjust the Timestamp precision, the JSON path (which is hit when using SHOW commands) was still using nanoseconds even though the schema was specifying the precision as microseconds, resulting in downstream C# callers getting the error ``` System.ArgumentOutOfRangeException: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. ``` -- 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]
