JSON support in zetasql
Open
- Dominant language
- C++
- Stars
- 2.6k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
JSON literals are not supported [at 1:28] . com.google.zetasql.io.grpc.StatusRuntimeException: INVALID_ARGUMENT: JSON literals are not supported
Function not found: PARSE_JSON; Did you mean parse_date? [at 1:8] . com.google.zetasql.io.grpc.StatusRuntimeException: INVALID_ARGUMENT: Function not found: PARSE_JSON; Did you mean parse_date?
I'm trying to use PARSE_JSON and JSON datatype in zetasql but getting above errors. Are JSON types not supported?
Contributor guide
Assessment
This issue has not been assessed yet.