-
Notifications
You must be signed in to change notification settings - Fork 90
Fix the problem that ChunkMeta of empty Chunk is not processed #284
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this is your first pull request in the Apache TsFile project. Thanks for your contribution! TsFile will be better because of you.
jt2594838
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I am not sure if it should be skipped or a place holder is needed.
java/tsfile/src/main/java/org/apache/tsfile/read/reader/series/FileSeriesReader.java
Show resolved
Hide resolved
* Fix the problem that ChunkMeta of empty Chunk is not processed * add TsFileReaderEmptyChunkTest * fix * add licensed * modify code format
* Fix the problem that ChunkMeta of empty Chunk is not processed * add TsFileReaderEmptyChunkTest * fix * add licensed * modify code format (cherry picked from commit 975210c)
* Fix the problem that ChunkMeta of empty Chunk is not processed * add TsFileReaderEmptyChunkTest * fix * add licensed * modify code format (cherry picked from commit 8310640)
As the title said