We can convert Parquet table to Delta using below command
CONVERT TO DELTA <table_name>
CONVERT TO DELTA parquet.<location>
its better to provide table name so that metastore also gets updated, also it would be good idea to avoid update/insert new data while converting to Delta.