Skip to content

Conversation

@davidhcoe
Copy link
Contributor

@davidhcoe davidhcoe commented Apr 23, 2025

@github-actions github-actions bot added this to the ADBC Libraries 18 milestone Apr 23, 2025
@davidhcoe davidhcoe marked this pull request as draft April 23, 2025 17:18
@davidhcoe davidhcoe changed the title fix(csharp/src/Apache.Arrow.Adbc/Extensions): fix Time conversion fix(csharp/src/Drivers/BigQuery): TIME should be Time64Type.Microsecond May 6, 2025
@davidhcoe davidhcoe marked this pull request as ready for review May 6, 2025 14:08
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Can you make two small formatting changes?

row[SchemaTableColumn.NumericScale] = decimal32Type.Scale;
}
else if (f.DataType is Decimal128Type decimal64Type)
else if (f.DataType is Decimal64Type decimal64Type)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

derp

Copy link
Contributor

@CurtHagenlocher CurtHagenlocher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@CurtHagenlocher CurtHagenlocher merged commit eee8bca into apache:main May 6, 2025
6 checks passed
@davidhcoe davidhcoe deleted the dev/time-parse-fix branch October 24, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C#/ADBC/driver/googlebigquery: The time type data cannot be read correctly

3 participants