cryptoe commented on code in PR #15342:
URL: https://github.com/apache/druid/pull/15342#discussion_r1394184329
##########
extensions-core/parquet-extensions/src/test/java/org/apache/druid/data/input/parquet/FlattenSpecParquetReaderTest.java:
##########
@@ -92,8 +93,9 @@ public void testFlat1NoFlattenSpec() throws IOException
schema,
flattenSpec
);
+ ObjectMapper objectMapper = new ObjectMapper();
Review Comment:
You could just use one objectMapper and share it across the tests no ?
--
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]