8000 Support `DESCRIBE FRAGMENT(s)` · Issue #21432 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support DESCRIBE FRAGMENT(s) #21432

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

Closed
Tracked by #19361
xxchan opened this issue Apr 16, 2025 · 3 comments
Closed
Tracked by #19361

Support DESCRIBE FRAGMENT(s) #21432

xxchan opened this issue Apr 16, 2025 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@xxchan
Copy link
Member
xxchan commented Apr 16, 2025

See background about the motivation and discussions:

We've implemented DESCRIBE FRAGMENTS: src/frontend/src/handler/describe.rs

future work:

  • We can support both describe fragment <fragment_id>, which is useful to debug when seeing problematic fragment id in logs.
    • Need some meta client API to fetch a specific fragment's definition
    • Render the fragment use similar format with DESCRIBE FRAGMENTS.
    • Additionally, we may include some more information of the Fragment, e.g., the relation name.
  • Refine the pretty print format to show more information. Can support options to tweak verbosity.
@github-actions github-actions bot added this to the release-2.3 milestone Apr 16, 2025
@xxchan xxchan changed the title Support DESCRIBE FRAGMENT by fetching fragments from meta Support DESCRIBE FRAGMENT(s) by fetching fragments from meta Apr 16, 2025
@xxchan

This comment has been minimized.

@xxchan xxchan added the good first issue Good for newcomers label Apr 16, 2025
@xxchan xxchan changed the title Support DESCRIBE FRAGMENT(s) by fetching fragments from meta Support DESCRIBE FRAGMENT(s) Apr 16, 2025
@hzxa21 hzxa21 removed this from the release-2.3 milestone Apr 25, 2025
@kwannoel
Copy link
Contributor

DESCRIBE FRAGMENTS is supported, we can support DESCRIBE FRAGMENT as well.

@lyang24
Copy link
Contributor
lyang24 commented Apr 27, 2025

DESCRIBE FRAGMENTS is supported, we can support DESCRIBE FRAGMENT as well.

May i work on this issue?

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

No branches or pull requests

4 participants
0