Netflix / genie

Distributed Big Data Orchestration Service
https://netflix.github.io/genie
Apache License 2.0
1.7k stars 365 forks source link

use converter to switch value between int and long #1178

Closed enicloom closed 1 year ago

enicloom commented 1 year ago

Instead of changing the memory from long to int in application, we can use a customized converter to achieve the same thing without creating a mess. related to https://github.com/Netflix/genie/pull/1177

coveralls commented 1 year ago

Coverage Status

Coverage increased (+0.003%) to 93.888% when pulling 1aaf9145d84f4908d66f358298f54fb00d6d2461 on enicloom:lt_inplace_nochange into 6c65d876c369c39f9612786d065a5866976a6620 on Netflix:master.

enicloom commented 1 year ago

moving forward with this approach since it is inline with the future path of genie.