Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/6574#issuecomment-109801678
btw I see the following compilation warning for master branch just now. Can
you take a look?
```
[warn]
/scratch/rxin/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala:448:
fruitless type test: a value of type
org.apache.spark.sql.catalyst.expressions.Expression cannot also be a
org.apache.spark.sql.types.DecimalType
[warn] case b @ BinaryComparison(e1 @ DecimalType.Fixed(_, _), e2)
[warn] ^
[warn]
/scratch/rxin/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala:451:
fruitless type test: a value of type
org.apache.spark.sql.catalyst.expressions.Expression cannot also be a
org.apache.spark.sql.types.DecimalType
[warn] case b @ BinaryComparison(e1, e2 @ DecimalType.Fixed(_, _))
```
---
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]