waschtlgrea
waschtlgrea
[SOLVED -- NOT THE SAME ISSUE, SEE BELOW] Hi all, I Just wanted to share some insights I just had on this issue. I was experiencing the same problem with...
yes of course you are right. I changed it
No It can't be NULL. *But i think I found the issue. In the original statement I had * ```python .withColumn("BDATE", f.date_trunc("day", "BTIMESTAMP")) ``` instead of ```python .withColumn("BDATE", f.col("BTIMESTAMP").cast("date")) ```...
Should I remove it?