[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-20 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r975633723 ## shell/src/main/java/org/apache/accumulo/shell/commands/GetTimeTypeCommand.java: ## @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-20 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r975633236 ## core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java: ## @@ -2011,6 +2013,16 @@ public ImportDestinationArguments importDirectory(String

[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-01 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r961077160 ## core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java: ## @@ -2011,6 +2015,34 @@ public ImportDestinationArguments importDirectory(String

[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-01 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r961075476 ## test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java: ## @@ -292,4 +295,59 @@ public void testCompactEmptyTablesWithBadIterator_FailsAndCancel()

[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-01 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r961074258 ## test/src/main/java/org/apache/accumulo/test/TableOperationsIT.java: ## @@ -292,4 +295,59 @@ public void testCompactEmptyTablesWithBadIterator_FailsAndCancel()

[GitHub] [accumulo] jmark99 commented on a diff in pull request #2910: Add ability to retrieve TimeType for a table

2022-09-01 Thread GitBox
jmark99 commented on code in PR #2910: URL: https://github.com/apache/accumulo/pull/2910#discussion_r961073453 ## core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java: ## @@ -2011,6 +2015,34 @@ public ImportDestinationArguments importDirectory(String