SPARK-21590: Start time works with negative values and return microseconds | 2 ms | Passed |
apply equivalent to TimeWindow constructor | 2 ms | Passed |
blank intervals throw exception | 4 ms | Passed |
interval strings work with and without 'interval' prefix and return microseconds | 2 ms | Passed |
intervals greater than a month throws exception | 0 ms | Passed |
invalid intervals throw exception | 1 ms | Passed |
parse sql expression for duration in microseconds - integer | 1 ms | Passed |
parse sql expression for duration in microseconds - invalid expression | 1 ms | Passed |
parse sql expression for duration in microseconds - invalid interval | 1 ms | Passed |
parse sql expression for duration in microseconds - long | 1 ms | Passed |
parse sql expression for duration in microseconds - string | 8 ms | Passed |
time window is unevaluable | 8 ms | Passed |