Netflix / iceberg

Iceberg is a table format for large, slow-moving tabular data
Apache License 2.0
476 stars 59 forks source link

Fix the reader for timestamp in milliseconds #45

Closed danielcweeks closed 6 years ago

rdblue commented 6 years ago

@danielcweeks, you were right about this problem, but I think the solution has to be to implement both read and readLong because either one may be called and one doesn't delegate to the other. I've pushed the fix to master so I'm going to close this. Thanks for pointing it out!