Ajay Chintala
10/25/2022, 6:27 PMBIG_DECIMAL
metric fields in our schema with a hybrid table and have a RealtimeToOfflineSegmentsTask
to move segments from realtime to offline table. We are hitting an exception ava.lang.IllegalStateException: Unsupported SV stored type: BIG_DECIMAL at org.apache.pinot.core.segment.processing.genericrow.GenericRowSerializer.serialize(GenericRowSerializer.java:108)
in the job.. Looking at the code https://github.com/apache/pinot/blob/6fef2108098dfae4173b104aa5e5e221cc89dc9e/pino[…]ot/core/segment/processing/genericrow/GenericRowSerializer.java, I don't see support for BIG_DECIMAL
.. any idea if we are missing some config to not hit this?Tim Santos
10/25/2022, 7:28 PMTim Santos
10/25/2022, 7:28 PMAjay Chintala
10/25/2022, 7:54 PMJackie
10/25/2022, 9:00 PMBIG_DECIMAL
to the switch casesTim Santos
10/25/2022, 9:30 PMTim Santos
10/26/2022, 1:21 AMTim Santos
10/26/2022, 1:22 AMAjay Chintala
10/26/2022, 1:25 AMAjay Chintala
10/27/2022, 5:25 AM