Hey team, I am working on this <PR> and have a que...
# troubleshooting
t
Hey team, I am working on this PR and have a question
Can someone please help me to point to where
DateTimeTransformFunction
(or other query time transformers defined here) are getting applied? I was able to locate
TransformFunctionFactory
where we are creating the registry but couldn’t locate where transformations are actually getting applied at query time.
m
At query time, it should be in the
TransformOperator
👍 1