[fix][headless]Adjust none operator enum.

This commit is contained in:
jerryjzhang
2025-02-16 10:40:11 +08:00
parent cc2d6a21c2
commit d6620e6ea7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
package com.tencent.supersonic.common.pojo.enums;
public enum AggOperatorEnum {
ANY("ANY"),
NONE(""),
MAX("MAX"),