You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvlieg (via GitHub)" <gi...@apache.org> on 2023/04/05 13:13:31 UTC

[GitHub] [beam] tvlieg commented on issue #22073: [Bug]: Golang SDK doesn't work with bigquery.NullDate

tvlieg commented on issue #22073:
URL: https://github.com/apache/beam/issues/22073#issuecomment-1497465975

   We're running into the same issue, but in `bigqueryio.Query`, using for example a schema like this:
   
   ```
   type row struct {
   	Foo bigquery.NullString `bigquery:"foo"`
   }
   ```
   
   Results in this error in Dataflow:
   
   ```
   bigquery: schema field foo of type STRING is not assignable to struct field foo of type struct { StringVal string; Valid bool }
   ```
   
   Is there any update on when this issue (or "new feature") is being picked up? It seems to me like basic functionality.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org