Skip to content

Commit 8fc2150

Browse files
committed
fix round
1 parent c26e32b commit 8fc2150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timediff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import pyspark
99
from pyspark.sql import SparkSession
10-
from pyspark.sql.functions import col
10+
from pyspark.sql.functions import col, round
1111
from pyspark.sql.functions import to_timestamp, current_timestamp
1212
from pyspark.sql.types import StructType, StructField, StringType, IntegerType, LongType
1313

0 commit comments

Comments
 (0)