A data engineer found a CSV file that contained the records of the company’s old customers with some of the columns having PII data, as well. The data engineer wants to convert this file to a Delta table and runs the following statement: CONVERT TO DELTA csv.`path_to_csv` The above command fails to execute. What is the reason behind this failure?