yoda-mon commented on pull request #34896:
URL: https://github.com/apache/spark/pull/34896#issuecomment-1007202017
@MaxGekk
Sorry for the delayed response, I tried to follow your advice.
However at
```
def this(targetTz: Expression, sourceTs: Expression) =
this(Literal("UTC"), targetTz, sourceTs)
```
`sourceTz` is not ignored. After the constructor I could use `timeZoneId`
as`sourceTz` that copied by the mix-in, but in that case, it's difficult to
distinguish `TimeStampLTZ` and `TimeStampNTZ`.
Please let me know if there is something I missed to use the mix-in.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]