No error message is shown in drop command when table doesn't exist
Posted by Swati on Nov 04, 2016; 8:32am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/No-error-message-is-shown-in-drop-command-when-table-doesn-t-exist-tp2641.html
When we try to execute query using drop command in beeline then no error message is being displayed even when the table doesn't exist . Although an error message is shown in the log file of thrift server.
e.g: drop table test.xyz
ERROR 04-11 13:49:32,386 - Table xyz not found: test.xyz table not found
So our question is, whether an error message should be displayed on beeline or not?