Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Weihao Li <[email protected]>
  • Loading branch information
Wei-hao-Li committed Oct 20, 2024
1 parent e45b8db commit 9e48c71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3247,6 +3247,7 @@ public void lastQueryTest() {
DATABASE_NAME);
}

@Ignore
@Test
public void subQueryTest() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
import org.apache.tsfile.read.common.block.TsBlock;
import org.apache.tsfile.read.common.type.Type;
import org.apache.tsfile.utils.RamUsageEstimator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.List;
import java.util.Optional;
Expand All @@ -43,7 +41,6 @@
import static org.apache.iotdb.db.queryengine.execution.operator.source.relational.aggregation.grouped.UpdateMemory.NOOP;

public class HashAggregationOperator extends AbstractOperator {
private static final Logger LOGGER = LoggerFactory.getLogger(HashAggregationOperator.class);
private static final long INSTANCE_SIZE =
RamUsageEstimator.shallowSizeOfInstance(HashAggregationOperator.class);

Expand Down

0 comments on commit 9e48c71

Please sign in to comment.