The implementation of Scan method in the Databricks SDK .
If the default value of any column is NULL, in that case the Scan method return exception.
What can we use as the alternative to this?
While implementing the logic with Scan method as per the doc, it seems this method does not map NULL values and gives error if the fetched field value is NULL while querying and mapping.
Can you please suggest any alternative to this or if there’s any way so that NULL values can also be mapped or any NULL value is not taken without giving exception.
PFA ss for your reference.