the-other-tim-brown commented on code in PR #13313:
URL: https://github.com/apache/hudi/pull/13313#discussion_r2100323101
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/common/model/HoodieSparkRecord.java:
##########
@@ -76,6 +80,8 @@
*
*/
public class HoodieSparkRecord extends HoodieRecord<InternalRow> {
+ private static final Map<Pair<StructType, Schema>, Function<InternalRow,
GenericRecord>>
+ AVRO_CONVERTER_CACHE = new ConcurrentHashMap<>();
Review Comment:
Yes, will move this
--
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]