This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git


    from 3bf334f  Merge pull request #148 from apache/null_handling
     add a23786d  aggs produce null with null input
     new 7076078  Merge pull request #149 from apache/null_handling

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cpc/sqlx/cpc_sketch_agg_int64_lgk_seed.sqlx        |  7 ++---
 cpc/sqlx/cpc_sketch_agg_string_lgk_seed.sqlx       |  7 ++---
 cpc/sqlx/cpc_sketch_agg_union_lgk_seed.sqlx        | 19 +++++++++---
 cpc/test/cpc_sketch_test.js                        |  8 ++---
 fi/sqlx/frequent_strings_sketch_build.sqlx         | 20 +++++++------
 fi/sqlx/frequent_strings_sketch_merge.sqlx         | 20 +++++++------
 fi/test/frequent_strings_sketch_test.js            |  6 ++--
 hll/sqlx/hll_sketch_agg_int64_lgk_type.sqlx        |  7 ++---
 hll/sqlx/hll_sketch_agg_string_lgk_type.sqlx       |  7 ++---
 hll/sqlx/hll_sketch_agg_union_lgk_type.sqlx        | 17 ++++++++---
 hll/test/hll_sketch_test.js                        |  8 ++---
 kll/sqlx/kll_sketch_float_build_k.sqlx             | 35 +++++++++++-----------
 kll/sqlx/kll_sketch_float_merge_k.sqlx             | 35 +++++++++++-----------
 kll/test/kll_sketch_float_test.js                  |  6 ++--
 req/sqlx/req_sketch_float_build_k_hra.sqlx         | 33 ++++++++++----------
 req/sqlx/req_sketch_float_merge_k_hra.sqlx         | 33 ++++++++++----------
 req/test/req_sketch_float_test.js                  |  6 ++--
 tdigest/sqlx/tdigest_double_build_k.sqlx           | 20 +++++++------
 tdigest/sqlx/tdigest_double_merge_k.sqlx           | 20 +++++++------
 tdigest/test/tdigest_test.js                       |  6 ++--
 theta/sqlx/theta_sketch_agg_int64_lgk_seed_p.sqlx  |  7 ++---
 theta/sqlx/theta_sketch_agg_string_lgk_seed_p.sqlx |  7 ++---
 theta/sqlx/theta_sketch_agg_union_lgk_seed.sqlx    | 20 ++++++++++---
 theta/test/theta_sketch_test.js                    |  8 ++---
 ...ple_sketch_int64_agg_int64_lgk_seed_p_mode.sqlx |  7 ++---
 ...le_sketch_int64_agg_string_lgk_seed_p_mode.sqlx |  7 ++---
 ...tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx | 14 ++++++---
 tuple/test/tuple_sketch_int64_test.js              |  8 ++---
 28 files changed, 206 insertions(+), 192 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to