mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
[fix][headless]Adjust none operator enum.
This commit is contained in:
@@ -15,7 +15,7 @@ public class ColumnSchema {
|
||||
|
||||
private FieldType filedType;
|
||||
|
||||
private AggOperatorEnum agg = AggOperatorEnum.ANY;
|
||||
private AggOperatorEnum agg = AggOperatorEnum.NONE;
|
||||
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user