print("ORC rows:") read_back.select("order_id", "amount", "order_date", "region").show( truncate=False ) print(f"ORC data files: {len(data_files)}") print("ORC partition directories:", ", ".join(partition_directories)) spark.stop()