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 db4484d  Merge pull request #103 from apache/fix_links
     add 3161f66  Finish refactoring repo to support Dataform orchestrated 
deployment and testing
     add 3eff0b2  Point to apache repo
     add 40e1afd  Simplify README and add extra `make create` step that is 
needed for installing specific sketches
     new 0c3caa3  Merge pull request #104 from danieldeleo/main

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:
 .gitignore                                         |  6 +-
 Makefile                                           | 12 ++-
 README.md                                          | 26 +++++--
 cloudbuild.yaml                                    | 28 +++++++
 cpc/Makefile                                       |  7 +-
 definitions/cpc/cpc_sketch_agg_int64.sqlx          |  2 +-
 definitions/cpc/cpc_sketch_agg_int64_lgk_seed.sqlx |  6 +-
 definitions/cpc/cpc_sketch_agg_string.sqlx         |  2 +-
 .../cpc/cpc_sketch_agg_string_lgk_seed.sqlx        |  6 +-
 definitions/cpc/cpc_sketch_agg_union.sqlx          |  2 +-
 definitions/cpc/cpc_sketch_agg_union_lgk_seed.sqlx |  6 +-
 definitions/cpc/cpc_sketch_get_estimate.sqlx       |  2 +-
 .../cpc/cpc_sketch_get_estimate_and_bounds.sqlx    |  2 +-
 .../cpc_sketch_get_estimate_and_bounds_seed.sqlx   |  4 +-
 definitions/cpc/cpc_sketch_get_estimate_seed.sqlx  |  4 +-
 {tests => definitions/cpc}/cpc_sketch_test.js      |  2 +-
 definitions/cpc/cpc_sketch_to_string.sqlx          |  2 +-
 definitions/cpc/cpc_sketch_to_string_seed.sqlx     |  4 +-
 definitions/cpc/cpc_sketch_union.sqlx              |  2 +-
 definitions/cpc/cpc_sketch_union_lgk_seed.sqlx     |  4 +-
 definitions/fi/frequent_strings_sketch_build.sqlx  |  6 +-
 .../fi/frequent_strings_sketch_get_result.sqlx     |  4 +-
 definitions/fi/frequent_strings_sketch_merge.sqlx  |  6 +-
 .../fi}/frequent_strings_sketch_test.js            |  2 +-
 .../fi/frequent_strings_sketch_to_string.sqlx      |  4 +-
 definitions/hll/hll_sketch_agg_int64.sqlx          |  2 +-
 definitions/hll/hll_sketch_agg_int64_lgk_type.sqlx |  6 +-
 definitions/hll/hll_sketch_agg_string.sqlx         |  2 +-
 .../hll/hll_sketch_agg_string_lgk_type.sqlx        |  6 +-
 definitions/hll/hll_sketch_agg_union.sqlx          |  2 +-
 definitions/hll/hll_sketch_agg_union_lgk_type.sqlx |  6 +-
 definitions/hll/hll_sketch_get_estimate.sqlx       |  4 +-
 .../hll/hll_sketch_get_estimate_and_bounds.sqlx    |  4 +-
 {tests => definitions/hll}/hll_sketch_test.js      |  2 +-
 definitions/hll/hll_sketch_to_string.sqlx          |  4 +-
 definitions/hll/hll_sketch_union.sqlx              |  2 +-
 definitions/hll/hll_sketch_union_lgk_type.sqlx     |  4 +-
 definitions/kll/kll_sketch_float_build.sqlx        |  2 +-
 definitions/kll/kll_sketch_float_build_k.sqlx      |  6 +-
 definitions/kll/kll_sketch_float_get_cdf.sqlx      |  4 +-
 .../kll/kll_sketch_float_get_max_value.sqlx        |  4 +-
 .../kll/kll_sketch_float_get_min_value.sqlx        |  4 +-
 definitions/kll/kll_sketch_float_get_n.sqlx        |  4 +-
 ...kll_sketch_float_get_normalized_rank_error.sqlx |  4 +-
 .../kll/kll_sketch_float_get_num_retained.sqlx     |  4 +-
 definitions/kll/kll_sketch_float_get_pmf.sqlx      |  4 +-
 definitions/kll/kll_sketch_float_get_quantile.sqlx |  4 +-
 definitions/kll/kll_sketch_float_get_rank.sqlx     |  4 +-
 .../kll/kll_sketch_float_kolmogorov_smirnov.sqlx   |  4 +-
 definitions/kll/kll_sketch_float_merge.sqlx        |  2 +-
 definitions/kll/kll_sketch_float_merge_k.sqlx      |  6 +-
 .../kll}/kll_sketch_float_test.js                  |  2 +-
 definitions/kll/kll_sketch_float_to_string.sqlx    |  4 +-
 definitions/tdigest/tdigest_double_build.sqlx      |  2 +-
 definitions/tdigest/tdigest_double_build_k.sqlx    |  6 +-
 .../tdigest/tdigest_double_get_max_value.sqlx      |  4 +-
 .../tdigest/tdigest_double_get_min_value.sqlx      |  4 +-
 .../tdigest/tdigest_double_get_quantile.sqlx       |  4 +-
 definitions/tdigest/tdigest_double_get_rank.sqlx   |  4 +-
 .../tdigest/tdigest_double_get_total_weight.sqlx   |  4 +-
 definitions/tdigest/tdigest_double_merge.sqlx      |  2 +-
 definitions/tdigest/tdigest_double_merge_k.sqlx    |  6 +-
 definitions/tdigest/tdigest_double_to_string.sqlx  |  4 +-
 {tests => definitions/tdigest}/tdigest_test.js     |  2 +-
 definitions/theta/theta_sketch_a_not_b.sqlx        |  2 +-
 definitions/theta/theta_sketch_a_not_b_seed.sqlx   |  4 +-
 definitions/theta/theta_sketch_agg_int64.sqlx      |  2 +-
 .../theta/theta_sketch_agg_int64_lgk_seed_p.sqlx   |  6 +-
 definitions/theta/theta_sketch_agg_string.sqlx     |  2 +-
 .../theta/theta_sketch_agg_string_lgk_seed_p.sqlx  |  6 +-
 definitions/theta/theta_sketch_agg_union.sqlx      |  2 +-
 .../theta/theta_sketch_agg_union_lgk_seed.sqlx     |  6 +-
 definitions/theta/theta_sketch_get_estimate.sqlx   |  2 +-
 .../theta_sketch_get_estimate_and_bounds.sqlx      |  2 +-
 .../theta_sketch_get_estimate_and_bounds_seed.sqlx |  4 +-
 .../theta/theta_sketch_get_estimate_seed.sqlx      |  4 +-
 .../theta/theta_sketch_get_num_retained.sqlx       |  2 +-
 .../theta/theta_sketch_get_num_retained_seed.sqlx  |  4 +-
 definitions/theta/theta_sketch_get_theta.sqlx      |  2 +-
 definitions/theta/theta_sketch_get_theta_seed.sqlx |  4 +-
 definitions/theta/theta_sketch_intersection.sqlx   |  2 +-
 .../theta/theta_sketch_intersection_seed.sqlx      |  4 +-
 .../theta/theta_sketch_jaccard_similarity.sqlx     |  2 +-
 .../theta_sketch_jaccard_similarity_seed.sqlx      |  4 +-
 {tests => definitions/theta}/theta_sketch_test.js  |  2 +-
 definitions/theta/theta_sketch_to_string.sqlx      |  2 +-
 definitions/theta/theta_sketch_to_string_seed.sqlx |  4 +-
 definitions/theta/theta_sketch_union.sqlx          |  2 +-
 definitions/theta/theta_sketch_union_lgk_seed.sqlx |  4 +-
 definitions/tuple/tuple_sketch_int64_a_not_b.sqlx  |  2 +-
 .../tuple/tuple_sketch_int64_a_not_b_seed.sqlx     |  4 +-
 .../tuple/tuple_sketch_int64_agg_int64.sqlx        |  2 +-
 ...ple_sketch_int64_agg_int64_lgk_seed_p_mode.sqlx |  6 +-
 .../tuple/tuple_sketch_int64_agg_string.sqlx       |  2 +-
 ...le_sketch_int64_agg_string_lgk_seed_p_mode.sqlx |  6 +-
 .../tuple/tuple_sketch_int64_agg_union.sqlx        |  2 +-
 ...tuple_sketch_int64_agg_union_lgk_seed_mode.sqlx |  6 +-
 .../tuple/tuple_sketch_int64_filter_low_high.sqlx  |  2 +-
 .../tuple_sketch_int64_filter_low_high_seed.sqlx   |  4 +-
 .../tuple_sketch_int64_from_theta_sketch.sqlx      |  2 +-
 .../tuple_sketch_int64_from_theta_sketch_seed.sqlx |  4 +-
 .../tuple/tuple_sketch_int64_get_estimate.sqlx     |  2 +-
 ...tuple_sketch_int64_get_estimate_and_bounds.sqlx |  2 +-
 ..._sketch_int64_get_estimate_and_bounds_seed.sqlx |  4 +-
 .../tuple_sketch_int64_get_estimate_seed.sqlx      |  4 +-
 .../tuple/tuple_sketch_int64_get_num_retained.sqlx |  2 +-
 .../tuple_sketch_int64_get_num_retained_seed.sqlx  |  4 +-
 ...e_sketch_int64_get_sum_estimate_and_bounds.sqlx |  2 +-
 ...tch_int64_get_sum_estimate_and_bounds_seed.sqlx |  4 +-
 .../tuple/tuple_sketch_int64_get_theta.sqlx        |  2 +-
 .../tuple/tuple_sketch_int64_get_theta_seed.sqlx   |  4 +-
 .../tuple/tuple_sketch_int64_intersection.sqlx     |  2 +-
 .../tuple_sketch_int64_intersection_seed_mode.sqlx |  4 +-
 .../tuple_sketch_int64_jaccard_similarity.sqlx     |  2 +-
 ...tuple_sketch_int64_jaccard_similarity_seed.sqlx |  4 +-
 .../tuple}/tuple_sketch_int64_test.js              |  2 +-
 .../tuple/tuple_sketch_int64_to_string.sqlx        |  2 +-
 .../tuple/tuple_sketch_int64_to_string_seed.sqlx   |  4 +-
 definitions/tuple/tuple_sketch_int64_union.sqlx    |  2 +-
 .../tuple_sketch_int64_union_lgk_seed_mode.sqlx    |  4 +-
 {tests => definitions}/unit_test_utils.js          |  0
 fi/Makefile                                        |  7 +-
 hll/Makefile                                       |  7 +-
 init_dataform.sh                                   | 20 +++++
 kll/Makefile                                       |  7 +-
 tdigest/Makefile                                   |  7 +-
 tests/run_dataform_tests.sh                        | 86 ----------------------
 theta/Makefile                                     |  6 +-
 tuple/Makefile                                     |  7 +-
 129 files changed, 293 insertions(+), 331 deletions(-)
 create mode 100644 cloudbuild.yaml
 rename {tests => definitions/cpc}/cpc_sketch_test.js (99%)
 rename {tests => definitions/fi}/frequent_strings_sketch_test.js (96%)
 rename {tests => definitions/hll}/hll_sketch_test.js (99%)
 rename {tests => definitions/kll}/kll_sketch_float_test.js (98%)
 rename {tests => definitions/tdigest}/tdigest_test.js (98%)
 rename {tests => definitions/theta}/theta_sketch_test.js (99%)
 rename {tests => definitions/tuple}/tuple_sketch_int64_test.js (99%)
 rename {tests => definitions}/unit_test_utils.js (100%)
 mode change 100755 => 100644
 create mode 100755 init_dataform.sh
 delete mode 100755 tests/run_dataform_tests.sh


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

Reply via email to