Q54
Single choice
The code block displayed below contains an error. The code block should write DataFrame transactionsDf as a parquet file to location filePath after partitioning it on column storeId.
Find the error.
Code block:
transactionsDf.write.partitionOn("storeId").parquet(filePath)