-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Semi-structured data function check_json #4558
Comments
/assignme |
@b41sh |
/assign |
@kevinw66 If an invalid JSON string is found, instead of returning an error message, return the error message as a string in a Nullable StringColumn. |
How to create array and struct type for test? And how to test null column, I can create a column which type is null, but I cannot insert any value. |
@kevinw66 Create |
I try to write tests like thread panicked while panicking. aborting. Caused by: Process finished with exit code 101 |
It's the problem of |
@kevinw66 I'm not very sure of the specific reason, you can submit the PR first, so that we can check the problem together. |
I can simply reproduce it by change expect value in
to
|
@b41sh I met a problem here. And my tests cannot pass because of this. |
Oh I got it, It's print problem because of |
@kevinw66 |
Summary
Add support Semi-structured Data Function
CHECK_JSON
to check the validity of a JSON document.https://docs.snowflake.com/en/sql-reference/functions/check_json.html
The text was updated successfully, but these errors were encountered: