Problem
You are running queries when you get an overlapping paths error message.
org.apache.spark.SparkException: Your query is attempting to access overlapping paths through multiple authorization mechanisms, which is not currently supported.
Cause
An overlapping paths error happens when a single cell in a notebook queries both an Apache Hive table and a Unity Catalog table that both refer to the same external storage path.
Solution
Split your Hive table queries and Unity Catalog table queries into different cells.