Is there a pyspark function which could convert below _schema variable to an `avro schema?
df_schema = spark.read.format('parquet').load(input_directory)
_schema = df_schema.schema
Is there a pyspark function which could convert below _schema variable to an `avro schema?
df_schema = spark.read.format('parquet').load(input_directory)
_schema = df_schema.schema
Copyright © 2021 Jogjafile Inc.