Have multiple questions on converting to delta.

  1. When I tried to covert as DELTA, then I cant access the parquet files using spark.read.parquet
  2. If converted to delta, then i ran a delete command for a filter example> where id = 1001. After the query execution, this data for id 1001 will be deleted from the underlying files or it will present, but not returned when running query