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

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

commit 5ce81f47b841d9d88abd751c0c08bfa03d90ed51
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Sat Nov 9 15:55:53 2024 -0800

    changed path to sqlx
---
 cpc/Makefile     | 2 +-
 fi/Makefile      | 2 +-
 hll/Makefile     | 2 +-
 kll/Makefile     | 2 +-
 tdigest/Makefile | 2 +-
 theta/Makefile   | 2 +-
 tuple/Makefile   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/cpc/Makefile b/cpc/Makefile
index 67aae05..347090b 100644
--- a/cpc/Makefile
+++ b/cpc/Makefile
@@ -53,7 +53,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/cpc/*.sqlx)); do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done
diff --git a/fi/Makefile b/fi/Makefile
index a7c07bc..5827a80 100644
--- a/fi/Makefile
+++ b/fi/Makefile
@@ -53,7 +53,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/fi/*.sqlx)); do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done
diff --git a/hll/Makefile b/hll/Makefile
index bcadc55..698edbd 100644
--- a/hll/Makefile
+++ b/hll/Makefile
@@ -53,7 +53,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/hll/*.sqlx)); do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done
diff --git a/kll/Makefile b/kll/Makefile
index d1935b7..b034d7f 100644
--- a/kll/Makefile
+++ b/kll/Makefile
@@ -54,7 +54,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/kll/*.sqlx)); do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done
diff --git a/tdigest/Makefile b/tdigest/Makefile
index 2fc80e3..4bacdcc 100644
--- a/tdigest/Makefile
+++ b/tdigest/Makefile
@@ -53,7 +53,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/tdigest/*.sqlx)); 
do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done
diff --git a/theta/Makefile b/theta/Makefile
index 1a140d7..a2bceda 100644
--- a/theta/Makefile
+++ b/theta/Makefile
@@ -53,7 +53,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/theta/*.sqlx)); 
do \
          ../substitute_and_run.sh $$file ; \
        done
 
diff --git a/tuple/Makefile b/tuple/Makefile
index e9f4667..bdedc01 100644
--- a/tuple/Makefile
+++ b/tuple/Makefile
@@ -54,7 +54,7 @@ upload: all
 reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words 
$(1)),$(1))) $(firstword $(1)),$(1))
 
 create:
-       @for file in $(call reverse,$(wildcard sqlx/*.sqlx)); do \
+       @for file in $(call reverse,$(wildcard ../definitions/tuple/*.sqlx)); 
do \
          echo creating $$file; \
          ../substitute_and_run.sh $$file ; \
        done


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

Reply via email to