Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/13930
Yep. Right.
The following is the situation here.
0. There was a Hive function: `double f()`.
1. Spark Analyzer makes a Hive function expression whose return type is
`DecimalType`.
2. Hive Analyzer raises exception because there is not such a function,
`Decimal f()`.
3. In this PR, it makes a Hive function expression whose return type is
`double` and retry.
This was the story of this PR at that time.
---
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]