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

[Improvement]: The Files page supports filtering by partition name and sorting by dictionary value. #2316

Closed
3 tasks done
Tracked by #2176
shendanfengg opened this issue Nov 16, 2023 · 2 comments · Fixed by #2420
Closed
3 tasks done
Tracked by #2176

Comments

@shendanfengg
Copy link
Contributor

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

When I want to check the file status of today's partition, I find that the partitions on the Files page are distributed in a disorganized way, which makes it impossible for me to query the file status of the partition I want to check.
image

How should we improve?

Sort the partitions in dictionary order and add a search box to the page

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

@wangtaohz
Copy link
Contributor

@shendanfengg Can you provide examples of HTTP interfaces to facilitate frontend developers?

@shendanfengg
Copy link
Contributor Author

curl -X GET "https://host:port/tables/catalogs/{catalog}/dbs/{db}/tables/{table}/partitions?filter=helloworld&page=1&pageSize=20"
I've given an example of a curl, which is really just a new parameter filter added to the interface to do the filtering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants