Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support auth for reader #145

Merged
merged 1 commit into from
Apr 7, 2024
Merged

support auth for reader #145

merged 1 commit into from
Apr 7, 2024

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Apr 7, 2024

val nebulaReadVertexConfig: ReadNebulaConfig = ReadNebulaConfig
      .builder()
      .withUser("root") // optional config
      .withPasswd("nebula") // optional config
      .withSpace("test")
      .withLabel("person")
      .withNoColumn(false)
      .withReturnCols(List())
      .withLimit(10)
      .withPartitionNum(10)
      .build()

@Nicole00 Nicole00 requested a review from HarrisChu April 7, 2024 08:41
@Nicole00 Nicole00 added the doc affected PR: improvements or additions to documentation label Apr 7, 2024
@Nicole00 Nicole00 merged commit 02be1e0 into vesoft-inc:master Apr 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants