Skip to content

Lossy float compression configuration updates

As discussed in the OAB meeting on 13/01/2020, this MR extends the lossy float compression support in the I/O layer. It's now possible to configure two settings as high and low. It's further possible to configure the mantissa bits independently via AthenaOutputStream. By default high-compression uses 7 mantissa bits while low compression uses 15 mantissa bits. However, float compression is off by default.

cc @gemmeren @mnowak @jcatmore

PS : Main JIRA ticket for future reference ATEAM-587

Edited by Alaettin Serhan Mete

Merge request reports