Jackie-Jiang commented on code in PR #19087:
URL: https://github.com/apache/pinot/pull/19087#discussion_r3800184927
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/RecordTransformerUtils.java:
##########
@@ -74,7 +83,7 @@ public static List<RecordTransformer>
getTransformers(TableConfig tableConfig, @
boolean skipPostComplexTypeTransformers, boolean skipFilterTransformer) {
List<RecordTransformer> transformers = new ArrayList<>();
if (!skipPreComplexTypeTransformers) {
- addSourceFieldDataTypeTransformer(tableConfig, transformers, true);
+ addSourceFieldDataTypeTransformer(tableConfig, null, transformers, true);
Review Comment:
Should you pass `schema` here?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]