[improvement][headless]Add ANY agg operator and remove table name from bizName of field. (#2028)
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

This commit is contained in:
Jun Zhang
2025-02-02 19:43:43 +08:00
committed by GitHub
parent 0417f12324
commit ef161fe1f2
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ public class ColumnSchema {
private FieldType filedType;
private AggOperatorEnum agg = AggOperatorEnum.SUM;
private AggOperatorEnum agg = AggOperatorEnum.ANY;
private String name;