JackieTien97 commented on code in PR #15631:
URL: https://github.com/apache/iotdb/pull/15631#discussion_r2125854148
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/SeriesScanUtil.java:
##########
@@ -183,7 +183,7 @@ public void initQueryDataSource(QueryDataSource dataSource)
{
// Only the data in the table model needs to retain rows where all value
// columns are null values, so we can use isIgnoreAllNullRows to
// differentiate the data of tree model and table model.
- if (context.isIgnoreAllNullRows()) {
+ if (context.isIgnoreAllNullRows() ||
scanOptions.isTableViewForTreeModel()) {
Review Comment:
we need to pick the min for tree & view
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/SeriesScanUtil.java:
##########
@@ -183,7 +183,7 @@ public void initQueryDataSource(QueryDataSource dataSource)
{
// Only the data in the table model needs to retain rows where all value
// columns are null values, so we can use isIgnoreAllNullRows to
// differentiate the data of tree model and table model.
Review Comment:
change the comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]