Github user chenghao-intel commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2570#discussion_r18690123
  
    --- Diff: 
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
 ---
    @@ -211,7 +211,11 @@ class HiveCompatibilitySuite extends HiveQueryFileTest 
with BeforeAndAfter {
         "describe_comment_indent",
     
         // Limit clause without a ordering, which causes failure.
    -    "orc_predicate_pushdown"
    +    "orc_predicate_pushdown",
    +
    +    // Sort with Limit clause causes failure.
    --- End diff --
    
    Yes, the reason it failed part of due to the #2859. I will keep updating 
the black list once #2859 be merged.
    Currently, the added unit test in `SQLQuerySuite` may works for the same 
purpose.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to