We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5d8fb commit 347fa9dCopy full SHA for 347fa9d
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala
@@ -2704,10 +2704,10 @@ object Sequence {
2704
| $stopMicros = $stop;
2705
| } else {
2706
| $startMicros =
2707
- | org.apache.spark.sql.catalyst.util.DateTimeUtils.epochDaysToMicros(
+ | org.apache.spark.sql.catalyst.util.DateTimeUtils.daysToMicros(
2708
| (int)$start, $zid);
2709
| $stopMicros =
2710
2711
| (int)$stop, $zid);
2712
| }
2713
|
0 commit comments