How do I use a <Hybridsource> with the <AvroInputF...
# troubleshooting
c
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?