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 b016dd7d6284b0bb7177f642f8ec06fde416147b
Merge: 8bad450 c436955
Author: Alexander Saydakov <[email protected]>
AuthorDate: Fri Oct 25 20:15:26 2024 -0700

    Merge pull request #84 from apache/avoid_artifact_clash
    
    renamed theta_sketch to theta to avoid conflict with existing artifacts in 
BigQuery

 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 +-
 theta/{theta_sketch.cpp => theta.cpp}                     | 0
 14 files changed, 16 insertions(+), 16 deletions(-)


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

Reply via email to