Re: [Disscuss] The precise of timestamp is limited to millisecond in carbondata, which is incompatiable with DB&Spark&Hive
Posted by
ravipesala on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Disscuss-The-precise-of-timestamp-is-limited-to-millisecond-in-carbondata-which-is-incompatiable-wite-tp97411p97457.html
Hi,
I think it is bigger than just changing to DateTimeFormatter. As of now,
carbon uses only 64 bit to store timestamp so it can accommodate till
milliseconds. In order to support till nanoseconds, we need to use 96
bits. If you check spark-parquet it uses 96 bits to store timestamp. It
would be good if we also go in that direction to support till nanosecond
level. Thank you.
Regards,
Ravindra.
On Wed, 15 Jul 2020 at 14:50, Zhangshunyu <
[hidden email]> wrote:
--
Thanks & Regards,
Ravi