mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-215: Update the auto-complete metadata (schema, tables, columns) on update SQL queries
This commit is contained in:
parent
91ce7f432e
commit
d87942e231
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class PostgreSqlInterpreter extends Interpreter {
|
|||
|
||||
// In case of update event (e.g. isResultSetAvailable = false) update the completion
|
||||
// meta-data.
|
||||
// sqlCompleter.updateMetaData(getJdbcConnection());
|
||||
sqlCompleter.updateMetaData(getJdbcConnection());
|
||||
}
|
||||
} finally {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue