forked from GreptimeTeam/greptimedb
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: merge main and revert test changes #12
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…m#4478) * feat: export all schemas and data at onece * feat: introduce export all to export schemas and data at once * feat: default value for target * feat: refactor export target * chore: fix unit test
* feat: time poll elapsed for RegionScan plan Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * also record await time Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: ZonaHex <ZonaHex@users.noreply.github.com>
…Team#4481) * Add file number limits to TWCS compaction - Introduce `max_active_window_files` and `max_inactive_window_files` to `TwcsOptions`. * feat/limit-files-in-windows: Add max active/inactive window files options to mito engine config * feat/limit-files-in-windows: Add Debug derive to TwcsPicker and implement max file enforcement logging in TWCS compaction * fix: clippy
feat: avoid total size overflow
Update package versions to 0.9.1 - Bump version for multiple packages from 0.9.0 to 0.9.1 in Cargo.lock
…Team#4491) * fix: partition column with mixed quoted and unquoted idents Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * update error message Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix(tql): avoid unwrap on parsing tql query Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add unit test Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* test: add date test * test: add epoch test * test: add letter test and complete some others * test: add urlencoding test * chore: typo
…meTeam#4424) * feat: introduce new kafka topic consumer respecting WAL index * chore: fmt * chore: fmt toml * chore: add comments * feat: merge close ranges * fix: fix unit tests * chore: fix typos * chore: use loop * chore: use unstable sort * chore: use gt instead of gte * chore: add comments * chore: rename to `current_entry_id` * chore: apply suggestions from CR * chore: apply suggestions from CR * refactor: minor refactor * chore: apply suggestions from CR
* feat: flow reboot clean * refactor: per review * refactor: per review * test: sqlness flow reboot
…4346) Bumps [zerovec-derive](https://github.com/unicode-org/icu4x) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/zerovec-derive@0.10.3) --- updated-dependencies: - dependency-name: zerovec-derive dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Weny Xu <wenymedia@gmail.com>
Bumps [zerovec](https://github.com/unicode-org/icu4x) from 0.10.2 to 0.10.4. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/zerovec@0.10.4) --- updated-dependencies: - dependency-name: zerovec dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Weny Xu <wenymedia@gmail.com>
* chore: set default `otlp_endpoint` * fix: fix ci
* ci: squeeze some disk space for complex fuzz tests * Update .github/workflows/develop.yml Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com> --------- Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
* chore: use `configData` * chore: add an empty line
* fix: fix incorrect result of topk with cte Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * update sqlness Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * clean up cargo toml Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
fix: install script always install v0.9.0-nightly-20240709 instead of latest nightly
* chore: update snafu to make clippy happy * fix ci
* feat: change the default selector to rr * Update src/meta-srv/src/selector.rs * fix: unit test
…e small refactoring (GreptimeTeam#4529) refactor: download the latest stable released version by default and do some small refactoring
* fix: larger stack size in debug mode * chore: typo * chore: clippy * chore: per review * chore: rename thread * chore: per review * refactor: better looking cfg * chore: async main entry
…imeTeam#4525) * fix: rollback only if dropping the metric physical table fails * chore: apply suggestions from CR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
Refer to a related PR or issue link (optional)