Details
Description
Timestamp evaluation in not consistent across subqueries. As an example for the Spark Shell
sql("SELECT * FROM (SELECT 1) WHERE now() IN (SELECT now())").collect()
Returns an empty result.
The root cause is that ComputeCurrentTime does not iterate into subqueries
Attachments
Issue Links
- links to
(4 links to)