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
slaves.sh -rwxr-xr-x 2.7 KB
spark-config.sh -rwxr-xr-x 1.4 KB
spark-daemon.sh -rwxr-xr-x 5.6 KB
spark-daemons.sh -rwxr-xr-x 1.2 KB
start-all.sh -rwxr-xr-x 1.2 KB
start-history-server.sh -rwxr-xr-x 1.7 KB
start-master.sh -rwxr-xr-x 2.0 KB
start-mesos-dispatcher.sh -rwxr-xr-x 1.8 KB
start-mesos-shuffle-service.sh -rwxr-xr-x 1.4 KB
start-slave.sh -rwxr-xr-x 3.1 KB
start-slaves.sh -rwxr-xr-x 1.5 KB
start-thriftserver.sh -rwxr-xr-x 2.0 KB
stop-all.sh -rwxr-xr-x 1.4 KB
stop-history-server.sh -rwxr-xr-x 1.0 KB
stop-master.sh -rwxr-xr-x 1.1 KB
stop-mesos-dispatcher.sh -rwxr-xr-x 1.2 KB
stop-mesos-shuffle-service.sh -rwxr-xr-x 1.1 KB
stop-slave.sh -rwxr-xr-x 1.5 KB
stop-slaves.sh -rwxr-xr-x 1.0 KB
stop-thriftserver.sh -rwxr-xr-x 1.0 KB

back to top