读
orc_df = spark.read.orc('python/test_support/sql/orc_partitioned')
写
orc_df.write.orc(os.path.join(tempfile.mkdtemp(), 'data'))
读
orc_df = spark.read.orc('python/test_support/sql/orc_partitioned')
写
orc_df.write.orc(os.path.join(tempfile.mkdtemp(), 'data'))