It actually doesn't disable them. The implementation of 
`BeamSqlWindowExpression` just passes through the timestamp: 
https://github.com/apache/beam/pull/6382/files#diff-ec3df29f3fc44a5ade2f7f8ef33920ecL51
```
(ReadableInstant) operands.get(0).evaluate(inputRow, window, env).getValue());
```

 This is now happening directly at the project layer: 
https://github.com/apache/beam/pull/6382/files#diff-b0b2c6af2f694e5f6d9a1c64cbc482a1R81
```
projects.set(groupFieldIndex, rexCall.getOperands().get(0));
```

[ Full content available at: https://github.com/apache/beam/pull/6382 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to