-
Notifications
You must be signed in to change notification settings - Fork 173
fix(csharp/src/Drivers/BigQuery): TIME should be Time64Type.Microsecond #2741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…s that were part of the bug fix
CurtHagenlocher
left a comment
There was a problem hiding this 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?
csharp/src/Apache.Arrow.Adbc/Extensions/IArrowArrayExtensions.cs
Outdated
Show resolved
Hide resolved
| row[SchemaTableColumn.NumericScale] = decimal32Type.Scale; | ||
| } | ||
| else if (f.DataType is Decimal128Type decimal64Type) | ||
| else if (f.DataType is Decimal64Type decimal64Type) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
derp
csharp/src/Apache.Arrow.Adbc/Extensions/IArrowArrayExtensions.cs
Outdated
Show resolved
Hide resolved
csharp/test/Apache.Arrow.Adbc.Tests/IArrowArrayExtensionsTests.cs
Outdated
Show resolved
Hide resolved
CurtHagenlocher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Uh oh!
There was an error while loading. Please reload this page.