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


The following commit(s) were added to refs/heads/main by this push:
     new 3072507  configurable project and dataset
3072507 is described below

commit 3072507e41d02018b23cc2640f5c2aeda8fa8a1e
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Jun 11 11:33:47 2024 -0700

    configurable project and dataset
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d368c0a..c5b3dc0 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ If you are interested in making contributions to this project 
please see our [Co
 
 ## Example
 
-       select test.theta_sketch_get_estimate(test.theta_sketch_scalar_union(
-         (select test.theta_sketch_agg_string(value, null) from unnest(["1", 
"2", "3"]) as value),
-         (select test.theta_sketch_agg_string(value, null) from unnest(["3", 
"4", "5"]) as value),
+       select 
`$BQ_PROJECT.$BQ_DATASET`.theta_sketch_get_estimate(`$BQ_PROJECT.$BQ_DATASET`.theta_sketch_scalar_union(
+         (select `$BQ_PROJECT.$BQ_DATASET`.theta_sketch_agg_string(value, 
null) from unnest(["1", "2", "3"]) as value),
+         (select `$BQ_PROJECT.$BQ_DATASET`.theta_sketch_agg_string(value, 
null) from unnest(["3", "4", "5"]) as value),
          14, null
        ), null);
        


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

Reply via email to