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
SELECT
bqutil.datasketches.frequent_strings_sketch_build(file_extension, 1, 5) as extensions_fi_sketch
FROM (
SELECT
REGEXP_EXTRACT(path, r'.([^.]+)$') AS file_extension,
FROM bigquery-public-data.github_repos.files )
Error:
ReferenceError: sketch is not defined at bqutil.datasketches.frequent_strings_sketch_build(STRING, INT64, INT64) line 34, columns 27-28
SELECT
bqutil.datasketches.frequent_strings_sketch_build(file_extension, 1, 5) as extensions_fi_sketch
FROM (
SELECT
REGEXP_EXTRACT(path, r'.([^.]+)$') AS file_extension,
FROM
bigquery-public-data.github_repos.files
)Error:
Issue: sketch referenced without state.
https://github.com/apache/datasketches-bigquery/blob/main/fi/sqlx/frequent_strings_sketch_build.sqlx#L64C7-L64C38
The text was updated successfully, but these errors were encountered: