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

tanruixiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git


The following commit(s) were added to refs/heads/main by this push:
     new 733fe952 chore: more rename to horaedb (#1387)
733fe952 is described below

commit 733fe95239ad1325b8406fd6cc4f7d056d8dc6ab
Author: chunshao.rcs <[email protected]>
AuthorDate: Thu Dec 21 17:54:59 2023 +0800

    chore: more rename to horaedb (#1387)
    
    ## Rationale
    Refer #1319
    
    ## Detailed Changes
    
    
    ## Test Plan
    No need.
---
 integration_tests/sdk/go/alteraddcolumn.go  | 2 +-
 integration_tests/sdk/go/autocreatetable.go | 2 +-
 integration_tests/sdk/go/go.mod             | 5 ++++-
 integration_tests/sdk/go/issue-779.go       | 2 +-
 integration_tests/sdk/go/main.go            | 2 +-
 integration_tests/sdk/go/util.go            | 2 +-
 integration_tests/sdk/java/pom.xml          | 2 +-
 7 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/integration_tests/sdk/go/alteraddcolumn.go 
b/integration_tests/sdk/go/alteraddcolumn.go
index c0eadabc..bbe6c449 100644
--- a/integration_tests/sdk/go/alteraddcolumn.go
+++ b/integration_tests/sdk/go/alteraddcolumn.go
@@ -4,7 +4,7 @@ import (
        "context"
        "fmt"
 
-       "github.com/CeresDB/horaedb-client-go/horaedb"
+       "github.com/apache/incubator-horaedb-client-go/horaedb"
 )
 
 const fieldName = "b"
diff --git a/integration_tests/sdk/go/autocreatetable.go 
b/integration_tests/sdk/go/autocreatetable.go
index a3f4ff23..ce6c3db9 100644
--- a/integration_tests/sdk/go/autocreatetable.go
+++ b/integration_tests/sdk/go/autocreatetable.go
@@ -3,7 +3,7 @@ package main
 import (
        "context"
 
-       "github.com/CeresDB/horaedb-client-go/horaedb"
+       "github.com/apache/incubator-horaedb-client-go/horaedb"
 )
 
 func checkAutoAddColumns(ctx context.Context, client horaedb.Client) error {
diff --git a/integration_tests/sdk/go/go.mod b/integration_tests/sdk/go/go.mod
index 231e4bf7..58250f84 100644
--- a/integration_tests/sdk/go/go.mod
+++ b/integration_tests/sdk/go/go.mod
@@ -2,7 +2,7 @@ module go-sdk-test
 
 go 1.21
 
-require github.com/CeresDB/horaedb-client-go v1.2.0
+require github.com/apache/incubator-horaedb-client-go v1.2.0
 
 require (
        github.com/CeresDB/horaedbproto/golang 
v0.0.0-20231129131648-5d5d868218c3 // indirect
@@ -21,3 +21,6 @@ require (
        google.golang.org/grpc v1.56.3 // indirect
        google.golang.org/protobuf v1.30.0 // indirect
 )
+
+// TODO: remove this when a new version is released.
+replace github.com/apache/incubator-horaedb-client-go => 
github.com/CeresDB/horaedb-client-go v1.2.0
diff --git a/integration_tests/sdk/go/issue-779.go 
b/integration_tests/sdk/go/issue-779.go
index 8dafdb5a..f7c0f39b 100644
--- a/integration_tests/sdk/go/issue-779.go
+++ b/integration_tests/sdk/go/issue-779.go
@@ -3,7 +3,7 @@ package main
 import (
        "context"
 
-       "github.com/CeresDB/horaedb-client-go/horaedb"
+       "github.com/apache/incubator-horaedb-client-go/horaedb"
 )
 
 func checkAutoAddColumnsWithCreateTable(ctx context.Context, client 
horaedb.Client) error {
diff --git a/integration_tests/sdk/go/main.go b/integration_tests/sdk/go/main.go
index 214c3ee8..7f541880 100644
--- a/integration_tests/sdk/go/main.go
+++ b/integration_tests/sdk/go/main.go
@@ -6,7 +6,7 @@ import (
        "os"
        "time"
 
-       "github.com/CeresDB/horaedb-client-go/horaedb"
+       "github.com/apache/incubator-horaedb-client-go/horaedb"
 )
 
 var endpoint = "127.0.0.1:8831"
diff --git a/integration_tests/sdk/go/util.go b/integration_tests/sdk/go/util.go
index ba1e06a8..8840f4e3 100644
--- a/integration_tests/sdk/go/util.go
+++ b/integration_tests/sdk/go/util.go
@@ -4,7 +4,7 @@ import (
        "context"
        "fmt"
 
-       "github.com/CeresDB/horaedb-client-go/horaedb"
+       "github.com/apache/incubator-horaedb-client-go/horaedb"
 )
 
 const table = "godemo"
diff --git a/integration_tests/sdk/java/pom.xml 
b/integration_tests/sdk/java/pom.xml
index c804f179..ceab72df 100644
--- a/integration_tests/sdk/java/pom.xml
+++ b/integration_tests/sdk/java/pom.xml
@@ -9,7 +9,7 @@
     <version>1.0-SNAPSHOT</version>
 
     <name>ceresdb-integration-test</name>
-    <url>https://github.com/CeresDB/horaedb/</url>
+    <url>https://github.com/apache/incubator-horaedb/</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


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

Reply via email to