You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TEMPORARY VIEW ad
USING org.apache.spark.sql.parquet
OPTIONS (
path "./ad"
) ;
select from_json(event_info['flows'],'array<map<string,string>>') from ad limit 10;
The text was updated successfully, but these errors were encountered: