Forum Discussion

priyankabis's avatar
priyankabis
Icon for Helper I rankHelper I
2 years ago
Solved

Unable to use a hardcoded date column in Delta table merge api

Hi   I am trying to insert a hardcoded data in the Delta table merge operation both during creation and update. However, the Delta table merge api is giving erorrs    My code to create by update ...
  • priyankabis's avatar
    priyankabis
    2 years ago

    Hi

    I can confirm that the merge condition is right, When i remove the date columns from update_columns or create_columns then the merge is successful.

    Also when i use the same date or timestamp column in withColumn then i see no issues.