[To dev/1.3] Fix compression by type 1.3#16218
Closed
Conversation
…memchunk (#15115) * perf: batch iterator for multiple TVLists/alignedTVList * fix bug * current time * single TVList/alignedTVList iterator * fix: queryAlignChuckWithDeletionTest * fix: pr review * fix: test cases * remove clone in sortTvListForFlush
… longer acquire lock
…15168) Co-authored-by: luoluoyuyu <zhenyu@apache.org> Co-authored-by: Steve Yurong Su <rong@apache.org>
…15170) * fix: MemoryNotEnough exception when flushing try to release tvlist * retry release tvlist if memory not enough during flush * synchronized clone method for TVList * query context list -> query context set * fix: remove query context when abort finish * refactor: reorganize AbstractWritableMemChunk * fix: float/double value * fix: some testcase bugs * fix: delete column bug for aligned timeseries * fix: clone data types list when create new AlignedTVList * fix: bitmap is null when delete column * init bitmaps when it is null * format * fix: error from cherry-pick * set memchunk datatypes when handover
…t Mod file after the Mod file was cleaned up after the Receiver thread exited. (#15235)
…ransferring tsfiles & Fix validateTsFile and shouldMarkAsPipeRequest may not be effective (#15245)
…) (#16150) * test * test * fix * fix
…mproved the handling logic for rowCount and null value bitmaps in insertTabletNode (#16133)
… by parallel dispatching
…mpactionPerformer (#16183) * Using PatternTreeMap to cache mod entries in ReadChunkCompactionPerformer * modify SettleSelector * fix * fix
…e judgment (#16212) * optimize * shit * test * revert * opti * fix
This file contains hidden or 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
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.
#16117