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

    https://github.com/apache/spark/pull/3013#discussion_r19712383
  
    --- 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 --
    
    Sorry for the confusing of the TODO.
    This is for the `DescribeHiveTableCommand`. The the golden files output 
like "decimal(xx,xx)", but Hive 0.12 version test answer is "decimal". The same 
for `numPartitions`. I know we have PR to fix the precision issue of decimal, 
this is a workaround for compatible with Hive-0.12 testing.


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