Guys,

I have a function that returns a file handle in python when I want to read
the content of avro from file.  I am wondering how to do the same thing when
the data is piped in with commands like cat file1.avro file2.avro | python
avroreader.py | head

Felix

Reply via email to