ROOBALJINDAL commented on issue #14306:
URL: https://github.com/apache/hudi/issues/14306#issuecomment-3664689514
@deepakpanda93 reason its not reproducible for you is because it has created
'pay' of double under
```
|-- Services: struct (nullable = true)
| |-- BasisCalculation: struct (nullable = true)
| | |-- Pay: double (nullable = true)
```
Dont know why its interpreted as a double, not decimal. Issue is
reproducible with a double and a struct with same name but under different
nodes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]