Revision 0bd8b995d6bad9e4fe26975fc81cff24c56ba9e6 authored by Aman Omer on 05 December 2019, 07:28:07 UTC, committed by Wenchen Fan on 05 December 2019, 07:28:07 UTC
### What changes were proposed in this pull request?
Improved error message while creating views.

### Why are the changes needed?
Error message should suggest user to use TEMPORARY keyword while creating permanent view referred by temporary view.
https://github.com/apache/spark/pull/26317#discussion_r352377363

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
Updated test case.

Closes #26731 from amanomer/imp_err_msg.

Authored-by: Aman Omer <amanomer1996@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent ebd83a5
History
File Mode Size
create-release
deps
sparktestsupport
tests
.gitignore -rw-r--r-- 25 bytes
.rat-excludes -rw-r--r-- 1.8 KB
.scalafmt.conf -rw-r--r-- 988 bytes
README.md -rw-r--r-- 197 bytes
appveyor-guide.md -rw-r--r-- 8.7 KB
appveyor-install-dependencies.ps1 -rw-r--r-- 3.8 KB
change-scala-version.sh -rwxr-xr-x 2.0 KB
check-license -rwxr-xr-x 2.5 KB
checkstyle-suppressions.xml -rw-r--r-- 2.4 KB
checkstyle.xml -rw-r--r-- 8.1 KB
github_jira_sync.py -rwxr-xr-x 7.2 KB
lint-java -rwxr-xr-x 1.2 KB
lint-python -rwxr-xr-x 8.3 KB
lint-r -rwxr-xr-x 1.4 KB
lint-r.R -rw-r--r-- 1.5 KB
lint-scala -rwxr-xr-x 925 bytes
make-distribution.sh -rwxr-xr-x 8.7 KB
merge_spark_pr.py -rwxr-xr-x 23.1 KB
mima -rwxr-xr-x 1.7 KB
pip-sanity-check.py -rw-r--r-- 1.3 KB
requirements.txt -rw-r--r-- 85 bytes
run-pip-tests -rwxr-xr-x 4.4 KB
run-tests -rwxr-xr-x 1.1 KB
run-tests-jenkins -rwxr-xr-x 1.4 KB
run-tests-jenkins.py -rwxr-xr-x 9.6 KB
run-tests.py -rwxr-xr-x 26.2 KB
sbt-checkstyle -rwxr-xr-x 1.3 KB
scalafmt -rwxr-xr-x 992 bytes
scalastyle -rwxr-xr-x 1.4 KB
test-dependencies.sh -rwxr-xr-x 4.1 KB
tox.ini -rw-r--r-- 1.2 KB

README.md

back to top