We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5f62a commit 74138b9Copy full SHA for 74138b9
src/main/java/com/yugabyte/sample/apps/AppBase.java
@@ -811,11 +811,11 @@ public void performRead() {
811
}
812
813
public void verifyTotalRowsWritten() throws Exception {
814
- throw new UnsupportedOperationException("Row count check is not supported for this workload");
+ LOG.info("Row count check is not supported for this workload");
815
816
817
public void recordExistingRowCount() throws Exception {
818
819
820
821
public String getTableName() {
0 commit comments