This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch temp_tables
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
The following commit(s) were added to refs/heads/temp_tables by this push:
new 9740ab7 accidentally checked in
9740ab7 is described below
commit 9740ab738b541654cad29d43a0d0cc28ee9586f4
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri Feb 7 11:43:19 2025 -0800
accidentally checked in
---
tuple/test/tuple_sketch_int64_issue_124.sql | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/tuple/test/tuple_sketch_int64_issue_124.sql
b/tuple/test/tuple_sketch_int64_issue_124.sql
deleted file mode 100644
index 2a0400d..0000000
--- a/tuple/test/tuple_sketch_int64_issue_124.sql
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-# issue #124
-select
`$BQ_DATASET`.tuple_sketch_int64_to_string(`$BQ_DATASET`.tuple_sketch_int64_agg_int64(key,
1)) from UNNEST(GENERATE_ARRAY(1, 1000000)) as key;
-#select `$BQ_DATASET`.tuple_sketch_int64_agg_int64(key, 1) from
UNNEST(GENERATE_ARRAY(1, 1000000)) as key;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]