envelope
envelope copied to clipboard
Support DECIMAL data type across all modules
@jeremybeard : do you mean in KuduStorageTable and DelimitedTranslator ? "java.math.BigDecimal" ?
@umesh9794 The whole way through the pipeline, including translators, storage tables, how it is represented in a GenericRecord (the in-memory record format of Envelope), and with Spark SQL. To resolve this issue Kudu would need to support DECIMAL first.
Sure, @jeremybeard , got it, Thanks!