somandal commented on PR #16002: URL: https://github.com/apache/pinot/pull/16002#issuecomment-3003272826
@Jackie-Jiang @KKcorps the compatibility failure is due to adding the `tableNameWithType` to `IndexCreationContext::Common`. What's the recommendation here? Do we need to create a new constructor to add a new variable? We do want the `tableNameWithType` to be passed in though, right? ``` caused by these superclasses and interfaces are not reflected in the output. ***! MODIFIED CLASS: PUBLIC STATIC FINAL org.apache.pinot.segment.spi.creator.IndexCreationContext$Common (not serializable) === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 === UNCHANGED SUPERCLASS: java.lang.Object (<- java.lang.Object) ---! REMOVED CONSTRUCTOR: PUBLIC(-) IndexCreationContext$Common(java.io.File, int, int, int, boolean, org.apache.pinot.spi.data.FieldSpec, boolean, int, int, int, boolean, java.lang.Comparable<?>, java.lang.Comparable<?>, boolean, java.lang.Object, boolean, boolean, boolean, org.apache.pinot.segment.spi.creator.ColumnStatistics, boolean, java.io.File, int[]) E: There is at least one incompatibility: org.apache.pinot.segment.spi.creator.IndexCreationContext$Common.IndexCreationContext$Common(java.io.File,int,int,int,boolean,org.apache.pinot.spi.data.FieldSpec,boolean,int,int,int,boolean,java.lang.Comparable,java.lang.Comparable,boolean,java.lang.Object,boolean,boolean,boolean,org.apache.pinot.segment.spi.creator.ColumnStatistics,boolean,java.io.File,int[]):CONSTRUCTOR_REMOVED ``` -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org