You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bd...@apache.org on 2020/08/26 19:14:53 UTC

[cassandra] branch trunk updated: ninja: fix PendingStats composite type

This is an automated email from the ASF dual-hosted git repository.

bdeggleston pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 236a3bb  ninja: fix PendingStats composite type
236a3bb is described below

commit 236a3bb7f9c6beee8a334eef8a39bc55a5fee5f8
Author: Blake Eggleston <bd...@gmail.com>
AuthorDate: Wed Aug 26 12:14:19 2020 -0700

    ninja: fix PendingStats composite type
---
 src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java b/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java
index 9dbe0df..f1b515e 100644
--- a/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java
+++ b/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java
@@ -45,6 +45,7 @@ public class PendingStats
                                                SimpleType.STRING,
                                                PendingStat.COMPOSITE_TYPE,
                                                PendingStat.COMPOSITE_TYPE,
+                                               PendingStat.COMPOSITE_TYPE,
                                                PendingStat.COMPOSITE_TYPE};
             COMPOSITE_TYPE = new CompositeType(RepairStats.Section.class.getName(), "PendingStats", COMPOSITE_NAMES, COMPOSITE_NAMES, COMPOSITE_TYPES);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org