-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a trait class PartitionAssignmentTrait to support both V1 and V2 assignemnt. Query service has to re-compile but does not have to change anything. For single partition assignment queries, the behavior does not change. For multiple partition assignment queries without partition assignment change, use MultiPartitionDistConcatExec to assemble all time series. For multiple partition assignment queries with partition assignment, stitch the time series before and after changes.
- Loading branch information
Yu Zhang
committed
Dec 19, 2024
1 parent
8a15d74
commit 82f0f45
Showing
4 changed files
with
188 additions
and
24 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.