Github user rmetzger commented on the pull request:
https://github.com/apache/incubator-flink/pull/226#issuecomment-65061398
I think its okay to do it this way. I forgot that the
FSDataInputStreamWrapper of Avro is implementing an Avro specific interface.
Sorry that I'm asking so many questions. Your code is very well written,
I'm asking these questions to get a better understanding of your changes.
Have you tested the code on a cluster with HDFS? I was wondering what
happens if you are running the code in a distributed setup, with the sources
running multiple times in the cluster?
If the sources are running `n` times in the cluster, all `n` instances will
"see" the new or updated file and then start to process it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---