You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when segments were trying to seal
[2024-11-12 19:13:15.648954] java.lang.RuntimeException: Unsupported data type TIMESTAMP for range index
[2024-11-12 19:13:15.648973] at org.apache.pinot.segment.spi.index.creator.CombinedInvertedIndexCreator.add(CombinedInvertedIndexCreator.java:53
I got this error when segments were trying to seal
This is indeed unsupported, https://github.com/apache/pinot/blob/master/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/creator/CombinedInvertedIndexCreator.java#L53, but it's not clear to me why it fails after the table is created
The text was updated successfully, but these errors were encountered: