ion-hive-serde
ion-hive-serde copied to clipboard
Using PushbackInputStream to avoid opening inputStream twice.
We now opened two inputStream in ionInputFormat. one for binary check and another for reader.
PushbackInputStream seems improve this.