A data engineer is using the following spark configurations in a pipeline to enable Optimized Writes and Auto Compaction: spark . conf . set ( "spark.databricks.delta.optimizeWrite.enabled" , True ) spark . conf . set ( "spark.databricks.delta.autoCompact.enabled" , True ) They also want to enable Z-order indexing with Auto Compaction to leverage data skipping on all the pipeline’s tables. Which of the following solutions allows the data engineer to complete this task ?