Skip to content

Commit

Permalink
cherrypick master fix (vesoft-inc#176)
Browse files Browse the repository at this point in the history
* update version match (vesoft-inc#156)

* fix config type convert bug for item with default null value (vesoft-inc#164)

* add import status and records count (vesoft-inc#162)

* add import status and records count

* update test

* support job parallelism for both tags and edges (vesoft-inc#165)

* support to get template config file according to the datasource (vesoft-inc#170)

* save the failed request before quit due to tooManyError (vesoft-inc#172)

* compute the vertex/edge amount from ngql (vesoft-inc#169)

* do not repartition when source dataframe has the same partition number with write partition config (vesoft-inc#173)

* add graph address for latency info (vesoft-inc#175)

* add graph address for latency info

* add qps log

* update version to 3.6.1
  • Loading branch information
Nicole00 committed Nov 27, 2023
1 parent 465344d commit d1dcbf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exchange-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.6.0</version>
<version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nebula-exchange_spark_2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.6.0</version>
<version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion nebula-exchange_spark_2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.6.0</version>
<version>3.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nebula-exchange_spark_3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>exchange</artifactId>
<groupId>com.vesoft</groupId>
<version>3.6.0</version>
<version>3.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vesoft</groupId>
<artifactId>exchange</artifactId>
<packaging>pom</packaging>
<version>3.6.0</version>
<version>3.6.1</version>

<!-- More Project Information -->
<name>nebula-exchange</name>
Expand Down

0 comments on commit d1dcbf0

Please sign in to comment.