nikunjbhartia opened a new issue, #124: URL: https://github.com/apache/datasketches-bigquery/issues/124
-- Query Succeeds select bqutil.datasketches.tuple_sketch_int64_agg_int64(key, key) from UNNEST(GENERATE_ARRAY(1,50000)) as key; -- Query Fails: -- TypeError: u.updateWithUpdateSketch is not a function at bqutil.datasketches.tuple_sketch_int64_agg_int64_lgk_seed_p_mode(INT64, INT64, STRUCT<lg_k INT64, seed INT64, p FLOAT64, ...>) line 58, columns 27-28 select bqutil.datasketches.tuple_sketch_int64_agg_int64(key, key) from UNNEST(GENERATE_ARRAY(1,60000)) as key; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For additional commands, e-mail: dev-h...@datasketches.apache.org