Skip to content

[IOTDB-1575] [To rel/0.12] Tsfile valueFilter cannot handle multiple pages#3780

Merged
HTHou merged 4 commits intoapache:rel/0.12from
liutaohua:fix_tsfile_leafNode
Aug 19, 2021
Merged

[IOTDB-1575] [To rel/0.12] Tsfile valueFilter cannot handle multiple pages#3780
HTHou merged 4 commits intoapache:rel/0.12from
liutaohua:fix_tsfile_leafNode

Conversation

@liutaohua
Copy link
Copy Markdown
Contributor

@liutaohua liutaohua commented Aug 18, 2021

When using valueFilter to filter data, the page's statistics are used to pre-check for conditions, but when the actual data does not exist, BatchData returns a container that does not have any data.

The LeafNode checks the BatchData, and if hasCurrent returns false, the query is broken and we actually need to continue to the next page

@liutaohua liutaohua changed the title Fix TSFile leaf node Fix TSFile leaf node bug Aug 18, 2021
@HTHou HTHou changed the title Fix TSFile leaf node bug [To rel/0.12] Fix TSFile leaf node bug Aug 18, 2021
@HTHou HTHou changed the title [To rel/0.12] Fix TSFile leaf node bug [IOTDB-1573] [To rel/0.12] Fix TSFile leaf node bug Aug 18, 2021
@liutaohua liutaohua changed the title [IOTDB-1573] [To rel/0.12] Fix TSFile leaf node bug [IOTDB-1575] [To rel/0.12] Fix TSFile leaf node bug Aug 19, 2021
@HTHou HTHou changed the title [IOTDB-1575] [To rel/0.12] Fix TSFile leaf node bug [IOTDB-1575] [To rel/0.12] Tsfile valueFilter cannot handle multiple pages Aug 19, 2021
@HTHou HTHou merged commit d07b73c into apache:rel/0.12 Aug 19, 2021
liutaohua added a commit to liutaohua/iotdb that referenced this pull request Aug 19, 2021
HTHou pushed a commit that referenced this pull request Aug 19, 2021
* [IOTDB-1575] [To rel/0.12] Tsfile valueFilter cannot handle multiple pages (#3780)
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