An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
This PR proposes to mark DeltaConfig.DATA_SKIPPING_NUM_INDEXED_COLS lazy. Otherwise, it might ending up with null because of the initialization order. See the stacktrace below:
Which Delta project/connector is this regarding?
Description
This PR proposes to mark DeltaConfig.DATA_SKIPPING_NUM_INDEXED_COLS lazy. Otherwise, it might ending up with
null
because of the initialization order. See the stacktrace below:How was this patch tested?
Existing Ci should test it out.
Does this PR introduce any user-facing changes?
No.