Hi!

I am trying to understand how to leverage
hoodie.deltastreamer.schemaprovider.[source|target].schema.file with
parquet sources.

During my tests, it does not really matter the avro schemas for input and
output as they are continuously ignored.

I understand that for Sources that return Dataset<Row>, the schema is
obtained implicitly. I was expecting that to happen. I do have a sql
transform in the mix but both input and output schemas are ignored. Is this
expected? Should i use a different schema provider when sql transforms are
in the mix?

Thank you!

Reply via email to