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:57:55 UTC

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

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



##########
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:
       Thank you, I've applied the fixes and a build+test run should kick off presently.




-- 
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