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