An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
This is a small fix that changes the sizeCollectorInputEncoders in DataSkippingReader to a lazy val. We are already doing this for other encoders in the codebases (e.g. see here) in order to prevent initialization failures of those encoders during JVM startup.
How was this patch tested?
Existing tests are sufficient as this does make any logical changes.
Which Delta project/connector is this regarding?
Description
This is a small fix that changes the
sizeCollectorInputEncoders
inDataSkippingReader
to alazy val
. We are already doing this for other encoders in the codebases (e.g. see here) in order to prevent initialization failures of those encoders during JVM startup.How was this patch tested?
Existing tests are sufficient as this does make any logical changes.
Does this PR introduce any user-facing changes?
No