Skip to content
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

StorageUtil.toTableSchema fails on BigNumeric BQ column #5131

Open
shnapz opened this issue Jan 3, 2024 · 0 comments
Open

StorageUtil.toTableSchema fails on BigNumeric BQ column #5131

shnapz opened this issue Jan 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shnapz
Copy link
Contributor

shnapz commented Jan 3, 2024

  1. Define a BQ table with BIGNUMERIC column
  2. Add a Scala class that is sourced by this BQ definition for a storage API:
@BigQueryType.fromStorage("....")
  class Foo
  1. Compile. It will fail with "assertion failed" here because the block for decimal logical type does not expect bignumeric parameters
@RustedBones RustedBones added the bug Something isn't working label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants