Skip to content

Conversation

@dataroaring
Copy link
Contributor

@dataroaring dataroaring commented Feb 10, 2026

Summary

  • Fix the random bucket auto SQL example in data-bucketing.md.
  • Replace DISTRIBUTED BY HASH(region) BUCKETS AUTO with DISTRIBUTED BY RANDOM BUCKETS AUTO in the 3.x Chinese doc.

Versions

  • dev
  • 3.x
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

Copilot AI review requested due to automatic review settings February 10, 2026 19:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the 3.x Chinese documentation example for “random bucket auto” in the data bucketing guide, ensuring the SQL snippet matches the intended distribution type.

Changes:

  • Fix the “random bucket auto” SQL example to use DISTRIBUTED BY RANDOM BUCKETS AUTO.
  • Remove a trailing blank line at the end of the document.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dataroaring dataroaring force-pushed the fix-random-bucket-auto-2878-redo branch from 7204347 to 9a23eff Compare February 10, 2026 19:26
@dataroaring dataroaring merged commit ce10186 into master Feb 10, 2026
1 check passed
dataroaring added a commit that referenced this pull request Feb 11, 2026
## Summary
- Fix the random bucket auto SQL example in `data-bucketing.md`.
- Replace `DISTRIBUTED BY HASH(region) BUCKETS AUTO` with `DISTRIBUTED
BY RANDOM BUCKETS AUTO` in the 3.x Chinese doc.

## Versions
- [x] dev
- [x] 3.x
- [ ] 2.1
- [ ] 2.0

## Languages
- [x] Chinese
- [ ] English

## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built

---------

Co-authored-by: SPPan <sppan24@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants