Hello everyone,We have switched from DBR 13.3 to 14.3 on our Shared development cluster and I am no longer able to run following read from a delta table with CDC enabled:data = (
spark.read.format("delta")
.option("readChangeFeed", "true")
.op...
Hello Kaniz,Is it possible to report this bug? For my case there are multiple ways I've mentioned above how can I work around, but it would be helpful to have that fixed in the future.Thank you.
Hello Kaniz,Thanks again for your effort.I have tried everything, except the column alias in this form, but that didn't help either.Cluster settings are also not an issue. Just to be sure, I have created a new cluster, left everything on default and ...
Hello Kaniz,Thank you for your comprehensive answer.Unfortunately none of those points apply to my case. The selected column is present exactly once in the source table and there is no more code, this is all I am running to reproduce the issue:data =...