Closed chuwy closed 5 years ago
https://github.com/snowplow/iglu/blob/adc6775a1ded5d5056f15317ecbf607b9cda79bc/0-common/schema-ddl/src/main/scala/com.snowplowanalytics/iglu.schemaddl/bigquery/Field.scala#L51
In order to form REPEATED field, array cannot be nullable.
REPEATED
null
It means that every ["array", "null"] will be casted into string as last resort.
["array", "null"]
https://github.com/snowplow/iglu/blob/adc6775a1ded5d5056f15317ecbf607b9cda79bc/0-common/schema-ddl/src/main/scala/com.snowplowanalytics/iglu.schemaddl/bigquery/Field.scala#L51
In order to form
REPEATED
field, array cannot benull
able.It means that every
["array", "null"]
will be casted into string as last resort.