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

    https://github.com/apache/spark/pull/10972#discussion_r51218281
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala ---
    @@ -402,13 +402,13 @@ object StructType extends AbstractDataType {
             if ((leftPrecision == rightPrecision) && (leftScale == 
rightScale)) {
               DecimalType(leftPrecision, leftScale)
             } else if ((leftPrecision != rightPrecision) && (leftScale != 
rightScale)) {
    -          throw new SparkException("Failed to merge Decimal Tpes with 
incompatible " +
    +          throw new SparkException("Failed to merge Decimal Types with 
incompatible " +
    --- End diff --
    
    Failed to merge decimal types
    
    or
    
    Failed to merge DecimalTypes


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