Skip to content

Conversation

@davidhcoe
Copy link
Contributor

@davidhcoe davidhcoe commented Jan 10, 2025

  • removes additional suffix details from data type names. For example, STRUCT<...> is just a STRUCT type, and NUMERIC(n,y) is just NUMERIC to match the ODBC type names.
  • adds support for querying additional table types

@github-actions github-actions bot added this to the ADBC Libraries 17 milestone Jan 10, 2025
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! Looks good overall. Although it's a preexisting condition, I think we should fix the consistency around the parsing of decimal types. The other suggestions are optional.

@davidhcoe
Copy link
Contributor Author

Thanks! Looks good overall. Although it's a preexisting condition, I think we should fix the consistency around the parsing of decimal types. The other suggestions are optional.

Is this referring to the < vs ( parsing? Or something else?

nullBitmapBuffer.Build());
}

Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is the trailing whitespace that the tooling is complaining about.

@CurtHagenlocher
Copy link
Contributor

CurtHagenlocher commented Jan 11, 2025

Is this referring to the < vs ( parsing? Or something else?

Yes. I see; I had the mistaken impression that this was being called from inside the if (dataType.StartsWith("NUMERIC" ... block.

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.

The trailing whitespace at line 746 of BigQueryConnection.cs will need to be removed to pass the checkin tests.

@CurtHagenlocher CurtHagenlocher merged commit c3149c0 into apache:main Jan 12, 2025
6 checks passed
@davidhcoe davidhcoe deleted the dev/bq-datatypes branch January 12, 2025 07:10
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.

3 participants