Skip to content

Commit 032c916

Browse files
committed
update package and object name
1 parent 5877edf commit 032c916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/CatalystErrors.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.spark.sql
18+
package org.apache.spark.sql.errors
1919

2020
import org.apache.spark.sql.catalyst.expressions.{Expression, GroupingID}
2121
import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
@@ -29,7 +29,7 @@ import org.apache.spark.sql.types.{AbstractDataType, DataType, StructType}
2929
* Currently it includes all AnalysisExcpetions created and thrown directly in
3030
* org.apache.spark.sql.catalyst.analysis.Analyzer.
3131
*/
32-
object CatalystErrors {
32+
object QueryCompilationErrors {
3333
def groupingIDMismatchError(groupingID: GroupingID, groupByExprs: Seq[Expression]): Throwable = {
3434
new AnalysisException(
3535
s"Columns of grouping_id (${groupingID.groupByExprs.mkString(",")}) " +

0 commit comments

Comments
 (0)