I have two timestamp variables, t1
is bigint and t2
is timestamp.
pyspark.sql.utils.AnalysisException: u"cannot resolve '(
t2
>= 1536796800000L)' due to data type mismatch: differing types in '(t2
>= 1536796800000L)
How can I compare such timestamps in different formats?