yaooqinn commented on pull request #29022: URL: https://github.com/apache/spark/pull/29022#issuecomment-655317952
> Maybe we should convert suffix to alias. Please see these examples for more details: If the digits part is integral, e.g. `2f`, `2a`, these systems vary from each other..., not always alias. on the other hand, inside spark, we have different error msg for `2.1f`(Can't extract value from 1: need struct type but got int;) and `2f`(cannot resolve '`2f`' given input columns: []), but `2d` and `2.1d` are valid inputs. IMHO, it's better to keep the consistency of our own first. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
