[
https://issues.apache.org/jira/browse/PHOENIX-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945262#comment-14945262
]
ASF GitHub Bot commented on PHOENIX-2257:
-----------------------------------------
Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/120#discussion_r41285023
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java ---
@@ -54,14 +28,17 @@
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
-import com.google.common.collect.Lists;
+import java.sql.*;
+import java.util.*;
--- End diff --
Please see https://phoenix.apache.org/contributing.html#Code_conventions.
You'll want to conform to these - easiest way is to import
dev/eclipse_prefs_phoenix.epf and dev/phoenix.importorder into Eclipse. This is
basically to ensure we don't get a lot of code differences due to different
import ordering and whitespacing.
> Failing integration test in DerivedTableIT
> ------------------------------------------
>
> Key: PHOENIX-2257
> URL: https://issues.apache.org/jira/browse/PHOENIX-2257
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.6.0
> Environment: Ubuntu and Fedora, 64-bit Java 8
> Reporter: James Heather
> Attachments: org.apache.phoenix.end2end.DerivedTableIT-output.txt
>
>
> {code}
> Failed tests:
> DerivedTableIT.testDerivedTableWithGroupBy:320 expected:<['e']> but
> was:<['b', 'c', 'e']>
> DerivedTableIT.testDerivedTableWithGroupBy:320 expected:<['e']> but
> was:<['b', 'c', 'e']>
> {code}
> This is on a freshly cloned copy of the repo, on the master branch.
> In the output, I get a couple of {{TableInfoMissingExceptions}}, which might
> be related.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)