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 3d35273  Merge pull request #73 from apache/avoid_name_clash
     add ed1d73e  change gs://$JS_BUCKET references to ${JS_BUCKET} to make it 
compatible with bqutils repo deployment framework
     add b0b044c  update
     new acb7cfc  Merge pull request #80 from nikunjbhartia/jsbucket-ref-change

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/Makefile                                                        | 2 +-
 cpc/sqlx/cpc_sketch_agg_int64_lgk_seed.sqlx                         | 4 ++--
 cpc/sqlx/cpc_sketch_agg_string_lgk_seed.sqlx                        | 4 ++--
 cpc/sqlx/cpc_sketch_agg_union_lgk_seed.sqlx                         | 4 ++--
 cpc/sqlx/cpc_sketch_get_estimate_and_bounds_seed.sqlx               | 2 +-
 cpc/sqlx/cpc_sketch_get_estimate_seed.sqlx                          | 2 +-
 cpc/sqlx/cpc_sketch_to_string_seed.sqlx                             | 2 +-
 cpc/sqlx/cpc_sketch_union_lgk_seed.sqlx                             | 2 +-
 fi/Makefile                                                         | 2 +-
 fi/sqlx/frequent_strings_sketch_build.sqlx                          | 4 ++--
 fi/sqlx/frequent_strings_sketch_get_result.sqlx                     | 2 +-
 fi/sqlx/frequent_strings_sketch_merge.sqlx                          | 4 ++--
 fi/sqlx/frequent_strings_sketch_to_string.sqlx                      | 2 +-
 hll/Makefile                                                        | 2 +-
 hll/sqlx/hll_sketch_agg_int64_lgk_type.sqlx                         | 4 ++--
 hll/sqlx/hll_sketch_agg_string_lgk_type.sqlx                        | 4 ++--
 hll/sqlx/hll_sketch_agg_union_lgk_type.sqlx                         | 4 ++--
 hll/sqlx/hll_sketch_get_estimate.sqlx                               | 2 +-
 hll/sqlx/hll_sketch_get_estimate_and_bounds.sqlx                    | 2 +-
 hll/sqlx/hll_sketch_to_string.sqlx                                  | 2 +-
 hll/sqlx/hll_sketch_union_lgk_type.sqlx                             | 2 +-
 kll/Makefile                                                        | 2 +-
 kll/sqlx/kll_sketch_float_build.sqlx                                | 4 ++--
 kll/sqlx/kll_sketch_float_get_cdf.sqlx                              | 2 +-
 kll/sqlx/kll_sketch_float_get_max_value.sqlx                        | 2 +-
 kll/sqlx/kll_sketch_float_get_min_value.sqlx                        | 2 +-
 kll/sqlx/kll_sketch_float_get_n.sqlx                                | 2 +-
 kll/sqlx/kll_sketch_float_get_normalized_rank_error.sqlx            | 2 +-
 kll/sqlx/kll_sketch_float_get_num_retained.sqlx                     | 2 +-
 kll/sqlx/kll_sketch_float_get_pmf.sqlx                              | 2 +-
 kll/sqlx/kll_sketch_float_get_quantile.sqlx                         | 2 +-
 kll/sqlx/kll_sketch_float_get_rank.sqlx                             | 2 +-
 kll/sqlx/kll_sketch_float_kolmogorov_smirnov.sqlx                   | 2 +-
 kll/sqlx/kll_sketch_float_merge.sqlx                                | 4 ++--
 kll/sqlx/kll_sketch_float_to_string.sqlx                            | 2 +-
 substitute_and_run.sh                                               | 2 +-
 theta/Makefile                                                      | 2 +-
 theta/sqlx/theta_sketch_a_not_b_seed.sqlx                           | 2 +-
 theta/sqlx/theta_sketch_agg_int64_lgk_seed_p.sqlx                   | 4 ++--
 theta/sqlx/theta_sketch_agg_string_lgk_seed_p.sqlx                  | 4 ++--
 theta/sqlx/theta_sketch_agg_union_lgk_seed.sqlx                     | 4 ++--
 theta/sqlx/theta_sketch_get_estimate_and_bounds_seed.sqlx           | 2 +-
 theta/sqlx/theta_sketch_get_estimate_seed.sqlx                      | 2 +-
 theta/sqlx/theta_sketch_get_num_retained_seed.sqlx                  | 2 +-
 theta/sqlx/theta_sketch_get_theta_seed.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_intersection_seed.sqlx                      | 2 +-
 theta/sqlx/theta_sketch_jaccard_similarity_seed.sqlx                | 2 +-
 theta/sqlx/theta_sketch_to_string_seed.sqlx                         | 2 +-
 theta/sqlx/theta_sketch_union_lgk_seed.sqlx                         | 2 +-
 tuple/Makefile                                                      | 2 +-
 tuple/sqlx/tuple_sketch_int64_a_not_b_seed.sqlx                     | 2 +-
 tuple/sqlx/tuple_sketch_int64_agg_int64_lgk_seed_p_mode.sqlx        | 4 ++--
 tuple/sqlx/tuple_sketch_int64_agg_string_lgk_seed_p_mode.sqlx       | 4 ++--
 tuple/sqlx/tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx          | 4 ++--
 tuple/sqlx/tuple_sketch_int64_filter_low_high_seed.sqlx             | 2 +-
 tuple/sqlx/tuple_sketch_int64_from_theta_sketch_seed.sqlx           | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_estimate_and_bounds_seed.sqlx     | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_estimate_seed.sqlx                | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_num_retained_seed.sqlx            | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_sum_estimate_and_bounds_seed.sqlx | 2 +-
 tuple/sqlx/tuple_sketch_int64_get_theta_seed.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_intersection_seed_mode.sqlx           | 2 +-
 tuple/sqlx/tuple_sketch_int64_jaccard_similarity_seed.sqlx          | 2 +-
 tuple/sqlx/tuple_sketch_int64_to_string_seed.sqlx                   | 2 +-
 tuple/sqlx/tuple_sketch_int64_union_lgk_seed_mode.sqlx              | 2 +-
 65 files changed, 81 insertions(+), 81 deletions(-)


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

Reply via email to