Hi Guys,
I want to add a constant column to dataset by lit function in java, like that:
dataset.withColumn(columnName,lit("constant"))
but it's seems that idea coundn't found the lit() function,so how to use lit()
function in java?thanks for any reply
