facebookarchive / hive-io-experimental

Hive I/O Library
Other
66 stars 30 forks source link

Fix getAllColumns in ArrayRecord that will allow it to be used for writes #66

Closed sindheeraj closed 10 years ago

sindheeraj commented 10 years ago

Right now getAllColumns in ArrayRecord is broken for any Row with non-zero number of columns. Change ArrayList.set to ArrayList.add to fix it.