Replies: 2 comments 4 replies
-
@ankitsoin |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hello @alex-karpovich, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In version 6.1.17
I am storing data in spaces of the stream.
I have added new field(VARCHAR) in the stream by using "MODIFY" stream.
Also, I am using CONFIRM CONVERT_DATA while modifying stream
Now when I fetch the data from old spaces with that new field, it is not returning me default value of VARCHAR for old spaces data.
Exception: java.lang.NullPointerException: Parameter specified as non-null is null
Note: it works fine(returning default value) for the new data set loaded after modifying schema.
Can you please suggest what needs to be done here.
Beta Was this translation helpful? Give feedback.
All reactions