blob: 482d753fb53b0dafe8be1dd2036743d3aee3897c [file] [log] [blame] [view]
---
layout: global
title: UNSUPPORTED_ADD_FILE error class
displayTitle: UNSUPPORTED_ADD_FILE error class
license: |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---
<!--
DO NOT EDIT THIS FILE.
It was generated automatically by `org.apache.spark.SparkThrowableSuite`.
-->
[SQLSTATE: 0A000](sql-error-conditions-sqlstates.html#class-0A-feature-not-supported)
Don't support add file.
This error class has the following derived error classes:
## DIRECTORY
The file `<path>` is a directory, consider to set "spark.sql.legacy.addSingleFileInAddFile" to "false".
## LOCAL_DIRECTORY
The local directory `<path>` is not supported in a non-local master mode.