Closed gilsegment closed 1 year ago
Thank you for reporting this. We will look into it and update you.
@rcypher-databricks Thanks for quickly handling that, can you please start a new release if that change was tested and ready to be used.
release 1.3.0 should be available now
Were you able to check if 1.3.0 resolves your issue?
@rcypher-databricks Yes looks better now. Thanks!
When there are NULL values in map/struct type. The
Scan
will translate it to Golang zero value rather than returning NULL. This make it impossible for the client to know if Databricks saves zero value or null for that field. In case ALL the values of the map/struct are NULL the scan will simply fail.See below code:
Expected output:
Actual output: