mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[fix][headless]Adjust none operator enum.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.tencent.supersonic.common.pojo.enums;
|
||||
|
||||
public enum AggOperatorEnum {
|
||||
ANY("ANY"),
|
||||
NONE(""),
|
||||
|
||||
MAX("MAX"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user