Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. scala> stagingDF.select("a_ingestion_dtm",unix_timestamp(col("a_ingestion_dtm"))).show(10,false)
  2. <console>:47: error: overloaded method value select with alternatives:
  3. (col: String,cols: String*)org.apache.spark.sql.DataFrame <and>
  4. (cols: org.apache.spark.sql.Column*)org.apache.spark.sql.DataFrame
  5. cannot be applied to (String, org.apache.spark.sql.Column)
  6. stagingDF.select("a_ingestion_dtm",unix_timestamp(col ("a_ingestion_dtm"))).show(10,false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement