google/zetasql

JSON support in zetasql

masterlittle opened this issue · 0 comments

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?