Apache spark selectExpr int value exceeds the maxvalue

前端 未结 0 1810
小蘑菇
小蘑菇 2020-12-18 18:20

in our application we use below expression

df.selectExpr((col_x*8*6)/(1024 * 1024 * 1024 * 60 * 15))

when we use above we get null value due

相关标签:
回答
  • 消灭零回复
提交回复
热议问题