cancel
Showing results for 
Search instead for 
Did you mean: 
gerard_gv
New Contributor
since Wednesday
Wednesday

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have been some days trying to find the equivalent SQL for:  spark.readStream .option("readChangeFeed", "true") .table("table_name") I suspect that it works like AUTO CDC FROM SNAPSHOT, since CDF adds the column "_commit_version", a ...