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
mvn -rwxr-xr-x 6.7 KB
sbt -rwxr-xr-x 5.3 KB
sbt-launch-lib.bash -rwxr-xr-x 5.0 KB
spark-build-info -rwxr-xr-x 1.5 KB

back to top