Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
fix test for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Sep 17, 2021
1 parent f7ca581 commit d607eaa
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.vesoft.nebula.client.graph.NebulaPoolConfig
import com.vesoft.nebula.client.graph.data.HostAddress
import com.vesoft.nebula.client.graph.net.NebulaPool
import com.vesoft.nebula.client.storage.StorageClient
import com.vesoft.nebula.exchange.config.TagConfigEntry
import com.vesoft.nebula.exchange.config.{NebulaSinkConfigEntry, SinkCategory, TagConfigEntry}
import com.vesoft.nebula.exchange.utils.NebulaUtils
import com.vesoft.nebula.exchange.{KeyPolicy, MetaProvider, VidType}
import com.vesoft.nebula.meta.PropertyType
Expand Down Expand Up @@ -70,10 +70,11 @@ class NebulaUtilsSuite {
"col10",
"col11",
"col12")
val label = "person"
val label = "person"
val dataSinkConfigEntry = NebulaSinkConfigEntry(SinkCategory.SST, List("127.0.0.1:9669"))
val sourceConfig = TagConfigEntry(label,
null,
null,
dataSinkConfigEntry,
sourceFields,
nebulaFields,
"id",
Expand Down

0 comments on commit d607eaa

Please sign in to comment.