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

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 353c611  Formatting
353c611 is described below

commit 353c611891a8b88b307dcba5e884467d4191b1f2
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Wed Oct 21 16:15:59 2020 -0400

    Formatting
---
 .../java/org/apache/accumulo/master/tableOps/create/CreateTable.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/manager/src/main/java/org/apache/accumulo/master/tableOps/create/CreateTable.java
 
b/server/manager/src/main/java/org/apache/accumulo/master/tableOps/create/CreateTable.java
index e958f2c..061d05f 100644
--- 
a/server/manager/src/main/java/org/apache/accumulo/master/tableOps/create/CreateTable.java
+++ 
b/server/manager/src/main/java/org/apache/accumulo/master/tableOps/create/CreateTable.java
@@ -82,7 +82,7 @@ public class CreateTable extends MasterRepo {
   @Override
   public void undo(long tid, Master env) throws IOException {
     // Clean up split files if create table operation fails
-    if(tableInfo.getInitialSplitSize() > 0) {
+    if (tableInfo.getInitialSplitSize() > 0) {
       Path p = tableInfo.getSplitPath().getParent();
       FileSystem fs = p.getFileSystem(env.getContext().getHadoopConf());
       fs.delete(p, true);

Reply via email to