You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/07/06 11:46:09 UTC

[GitHub] [drill] luocooong commented on a change in pull request #2267: DRILL-7968: ANALYZE TABLE ... REFRESH METADATA fails with FLOAT4 column.

luocooong commented on a change in pull request #2267:
URL: https://github.com/apache/drill/pull/2267#discussion_r664458580



##########
File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestMetastoreCommands.java
##########
@@ -3531,6 +3531,40 @@ public void testAnalyzeWithNonWritableWorkspace() throws Exception {
     run("analyze table dfs.%s.%s refresh metadata", workspaceName, tableName);
   }
 
+  @Test
+  public void testAnalyzeAllTypes7kRows() throws Exception {
+    // See DRILL-7968.  More rows are produced here to test an ANALYZE code path

Review comment:
       May be shortened to : 
   ```java
   @Test // DRILL-7968
   ```




-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org