-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2, 2.1.3, 2.2.3, 2.3.3, 2.4.3
-
Component/s: Spark Core
-
Labels:
spark-sql> select interval '0 0:0:0.123456789' day to second; interval 123 milliseconds 456 microseconds spark-sql> select interval '0 0:0:0.12345678' day to second; interval 12 milliseconds 345 microseconds spark-sql> select interval '0 0:0:0.1234' day to second; interval 1 microseconds Time taken: 0.024 seconds, Fetched 1 row(s)
- links to