google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

JSON support in zetasql #136

Open masterlittle opened 1 year ago

masterlittle commented 1 year ago

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?