Alternative to the inbuilt Scan method of the Databricks SDK for Golang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 02:10 AM
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.
- Labels:
-
SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:05 PM
Hi @Shivansh Bhatnagar
Great to meet you, and thanks for your question!
Let's see if your peers in the community have an answer to your question. Thanks.

