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

Default config value of tool cli export is wrong #3250

Closed
MichaelScofield opened this issue Jan 29, 2024 · 0 comments · Fixed by #3259
Closed

Default config value of tool cli export is wrong #3250

MichaelScofield opened this issue Jan 29, 2024 · 0 comments · Fixed by #3259
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@MichaelScofield
Copy link
Collaborator

What type of bug is this?

Configuration

What subsystems are affected?

Other

Minimal reproduce step

Just create some table and then follow the docs of "Upgrade" to export the "create table" SQLs. You will see some errors complaining the database "." not found. Turns out the default value of "database" in ExportCommand is not correctly set.

What did you expect to see?

Correctly set the default value of "database".

What did you see instead?

Wrong default value (empty string).

What operating system did you use?

all

What version of GreptimeDB did you use?

main

Relevant log output and stack trace

No response

@MichaelScofield MichaelScofield added the good first issue Good for newcomers label Jan 29, 2024
@tisonkun tisonkun self-assigned this Jan 29, 2024
@killme2008 killme2008 added this to the v0.7 milestone Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants