morningman commented on code in PR #34908:
URL: https://github.com/apache/doris/pull/34908#discussion_r1603137009
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/UpdateRowsEvent.java:
##########
@@ -31,16 +31,66 @@
public class UpdateRowsEvent implements Writable {
@SerializedName("records")
- private Map<Long, Long> records;
+ private final Map<Long, Long> records;
+
+ @SerializedName("tabletRecords")
Review Comment:
ditto
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/TableStatsMeta.java:
##########
@@ -79,6 +79,9 @@ public class TableStatsMeta implements Writable {
@SerializedName("userInjected")
public boolean userInjected;
+ @SerializedName("partitionUpdateRows")
Review Comment:
use short name, eg `pur`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]