Github user marmbrus commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3013#discussion_r19708931
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveComparisonTest.scala
 ---
    @@ -175,6 +175,8 @@ abstract class HiveComparisonTest
         "last_modified_by",
         "last_modified_time",
         "Owner:",
    +    "numPartitions",
    +    "decimal", // TODO currently we don't support the decimal type of Hive 
0.13
    --- End diff --
    
    I don't think we should just ignore these lines.  If there are specific 
tests that are failing due to decimal then we should add them to the black list 
with the others.


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