You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/27 17:19:20 UTC

[GitHub] [pinot] liuchang0520 edited a comment on issue #7202: Handle null value from time column in NullValueTransformer

liuchang0520 edited a comment on issue #7202:
URL: https://github.com/apache/pinot/issues/7202#issuecomment-887689239


   I see. Thanks @Jackie-Jiang . Any suggestion to deal with the msg with null value in time column?
   
   The scenario is indeed some users errors: users create the Pinot table by themselves. But the corresponding time column has null value in many of the upstream Kafka msgs. As a result, many exceptions are thrown from the index step in [LLRealtimeSegmentDataManager:L502](https://github.com/apache/pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java#L502), which brings several our Pinot servers down. 
   
   I was thinking about filling in some default value for time column in order to avoid the exceptions. But as you mentioned there is no good default value for time column.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org