peter-toth commented on PR #55508:
URL: https://github.com/apache/spark/pull/55508#issuecomment-4337779246

   This change seems to cause 2 failures on `master`:
   ```
   - read_changes_with_options *** FAILED *** (11 milliseconds)
   [info]   org.apache.spark.sql.AnalysisException: 
[INVALID_CDC_OPTION.NET_CHANGES_NOT_YET_SUPPORTED] Invalid Change Data Capture 
(CDC) option. The `deduplicationMode = netChanges` option on connector 
`primary.tempdb.myTable_changelog` is not yet supported. Use `deduplicationMode 
= dropCarryovers` (default) or `deduplicationMode = none` instead. SQLSTATE: 
42K03
   - streaming_changes_API_with_options *** FAILED *** (10 milliseconds)
   [info]   Expected and actual plans do not match:
   ```
   
   cc @dongjoon-hyun 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to