|
16 | 16 | "dataType" : "DOUBLE NOT NULL"
|
17 | 17 | }, {
|
18 | 18 | "name" : "time",
|
19 |
| - "dataType" : "TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL" |
| 19 | + "dataType" : "TIMESTAMP NOT NULL" |
20 | 20 | }, {
|
21 | 21 | "name" : "amount",
|
22 | 22 | "dataType" : "DOUBLE NOT NULL"
|
|
43 | 43 | }
|
44 | 44 | }
|
45 | 45 | },
|
46 |
| - "outputType" : "ROW<`transactionId` BIGINT NOT NULL, `cardNo` DOUBLE NOT NULL, `time` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL, `amount` DOUBLE NOT NULL, `merchantId` BIGINT NOT NULL>", |
| 46 | + "outputType" : "ROW<`transactionId` BIGINT NOT NULL, `cardNo` DOUBLE NOT NULL, `time` TIMESTAMP NOT NULL, `amount` DOUBLE NOT NULL, `merchantId` BIGINT NOT NULL>", |
47 | 47 | "description" : "TableSourceScan(table=[[default_catalog, default_database, _transaction_1]], fields=[transactionId, cardNo, time, amount, merchantId])",
|
48 | 48 | "inputProperties" : [ ]
|
49 | 49 | }, {
|
|
60 | 60 | }, {
|
61 | 61 | "kind" : "INPUT_REF",
|
62 | 62 | "inputIndex" : 2,
|
63 |
| - "type" : "TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL" |
| 63 | + "type" : "TIMESTAMP NOT NULL" |
64 | 64 | } ],
|
65 | 65 | "condition" : null,
|
66 | 66 | "inputProperties" : [ {
|
|
70 | 70 | "damBehavior" : "PIPELINED",
|
71 | 71 | "priority" : 0
|
72 | 72 | } ],
|
73 |
| - "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `amount` DOUBLE NOT NULL, `time` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL>", |
| 73 | + "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `amount` DOUBLE NOT NULL, `time` TIMESTAMP NOT NULL>", |
74 | 74 | "description" : "Calc(select=[merchantId, amount, time])"
|
75 | 75 | }, {
|
76 | 76 | "id" : 3,
|
|
83 | 83 | "damBehavior" : "PIPELINED",
|
84 | 84 | "priority" : 0
|
85 | 85 | } ],
|
86 |
| - "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `amount` DOUBLE NOT NULL, `time` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL>", |
| 86 | + "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `amount` DOUBLE NOT NULL, `time` TIMESTAMP NOT NULL>", |
87 | 87 | "description" : "Exchange(distribution=[hash[merchantId]])"
|
88 | 88 | }, {
|
89 | 89 | "id" : 4,
|
|
110 | 110 | "distinct" : false,
|
111 | 111 | "approximate" : false,
|
112 | 112 | "ignoreNulls" : false,
|
113 |
| - "type" : "TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL" |
| 113 | + "type" : "TIMESTAMP NOT NULL" |
114 | 114 | } ],
|
115 | 115 | "aggCallNeedRetractions" : [ false, false ],
|
116 | 116 | "generateUpdateBefore" : false,
|
|
127 | 127 | "damBehavior" : "PIPELINED",
|
128 | 128 | "priority" : 0
|
129 | 129 | } ],
|
130 |
| - "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL>", |
| 130 | + "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP NOT NULL>", |
131 | 131 | "description" : "GroupAggregate(groupBy=[merchantId], select=[merchantId, MAX(amount) AS max_amount, MAX(time) AS __timestamp])"
|
132 | 132 | }, {
|
133 | 133 | "id" : 5,
|
|
147 | 147 | }, {
|
148 | 148 | "kind" : "INPUT_REF",
|
149 | 149 | "inputIndex" : 2,
|
150 |
| - "type" : "TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL" |
| 150 | + "type" : "TIMESTAMP NOT NULL" |
151 | 151 | } ],
|
152 | 152 | "condition" : null,
|
153 | 153 | "inputProperties" : [ {
|
|
157 | 157 | "damBehavior" : "PIPELINED",
|
158 | 158 | "priority" : 0
|
159 | 159 | } ],
|
160 |
| - "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `double_ta` INT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL>", |
| 160 | + "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `double_ta` INT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP NOT NULL>", |
161 | 161 | "description" : "Calc(select=[merchantId, 2 AS double_ta, max_amount, __timestamp])"
|
162 | 162 | }, {
|
163 | 163 | "id" : 6,
|
|
185 | 185 | "dataType" : "DOUBLE NOT NULL"
|
186 | 186 | }, {
|
187 | 187 | "name" : "__timestamp",
|
188 |
| - "dataType" : "TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL" |
| 188 | + "dataType" : "TIMESTAMP NOT NULL" |
189 | 189 | } ],
|
190 | 190 | "watermarkSpecs" : [ ],
|
191 | 191 | "primaryKey" : {
|
|
214 | 214 | "damBehavior" : "PIPELINED",
|
215 | 215 | "priority" : 0
|
216 | 216 | } ],
|
217 |
| - "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `double_ta` INT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP(3) WITH LOCAL TIME ZONE NOT NULL>", |
| 217 | + "outputType" : "ROW<`merchantId` BIGINT NOT NULL, `double_ta` INT NOT NULL, `max_amount` DOUBLE NOT NULL, `__timestamp` TIMESTAMP NOT NULL>", |
218 | 218 | "description" : "Sink(table=[default_catalog.default_database.transactionbymerchant_1], fields=[merchantId, double_ta, max_amount, __timestamp])"
|
219 | 219 | } ],
|
220 | 220 | "edges" : [ {
|
|
0 commit comments