Join Slack
Powered by
How do I use a <Hybridsource> with the <AvroInputF...
# troubleshooting
c
Clemens Valiente
09/27/2023, 6:06 AM
How do I use a
Hybridsource
with the
AvroInputFormat
? HybridSource requires a
Source
but
AvroInputFormat
extends
FileInputFormat
which is not accepted by
FileSource
. It looks like those are two completely distinct APIs. Is there a way to bridge this?
Open in Slack
Previous
Next