You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chuwy
changed the title
Schema DDL: fix nullable array casting into string
Schema DDL: fix nullable array casting into string in BigQuery AST
Dec 21, 2018
iglu/0-common/schema-ddl/src/main/scala/com.snowplowanalytics/iglu.schemaddl/bigquery/Field.scala
Line 51 in adc6775
In order to form
REPEATED
field, array cannot benull
able.It means that every
["array", "null"]
will be casted into string as last resort.The text was updated successfully, but these errors were encountered: