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

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

commit acb7cfc6e4ae341a6023c5f673bb8e4f49a68549
Merge: 3d35273 b0b044c
Author: Alexander Saydakov <[email protected]>
AuthorDate: Mon Oct 21 09:37:58 2024 -0700

    Merge pull request #80 from nikunjbhartia/jsbucket-ref-change
    
    JS_BUCKET ref change to make it compatible with bqutils repo

 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