kadirozde commented on code in PR #2428:
URL: https://github.com/apache/phoenix/pull/2428#discussion_r3196932830
##########
phoenix-core/src/test/java/org/apache/phoenix/query/QueryPlanTest.java:
##########
@@ -213,6 +221,10 @@ public void testTenantSpecificConnWithLimit() throws
Exception {
QueryUtil.getExplainPlan(rs));
}
+ // V2 limitation: DESC timestamp compound byte layout isn't yet decodable by
the
+ // ExplainTable splitter (the schema iterator reports mismatched widths for
+ // DESC-inverted timestamp columns).
+ @org.junit.Ignore
Review Comment:
All fixed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]