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

[Bug]: The resource group name is being stripped incorrectly #3386

Open
1 of 2 tasks
XBaith opened this issue Jan 2, 2025 · 3 comments
Open
1 of 2 tasks

[Bug]: The resource group name is being stripped incorrectly #3386

XBaith opened this issue Jan 2, 2025 · 3 comments
Labels
type:bug Something isn't working

Comments

@XBaith
Copy link
Contributor

XBaith commented Jan 2, 2025

What happened?

The resouce group name incudes some characters, like '\t'.
Then the front site will drop the character '\t' from the resouce group name. Therefore, the incorrect resource group will be selected.
For example: I added a resouce PROD\t. And the server returned a resource group list that contains PROD\t.
But when I select the optimizer group in optimizing page, backend only reviced name PROD!

Affects Versions

0.7.1

What table formats are you seeing the problem on?

Iceberg

What engines are you seeing the problem on?

AMS

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

  • I agree to follow this project's Code of Conduct
@XBaith XBaith added the type:bug Something isn't working label Jan 2, 2025
@zhoujinsong
Copy link
Contributor

So do you think we should limit the format of the group name or support the special character?

@XBaith
Copy link
Contributor Author

XBaith commented Mar 12, 2025

So do you think we should limit the format of the group name or support the special character?

I believe validate the group name before creating is fine

@zhoujinsong
Copy link
Contributor

I have created #3464 to address it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants