mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #7683 from dataease/pr@dev-v2@refactor_dataset
refactor: 修复数据集预览报错提示
This commit is contained in:
commit
8026883a5d
@ -173,7 +173,7 @@ public class CalciteProvider {
|
||||
datasetTableFields.add(tableField);
|
||||
}
|
||||
list = getDataResult(resultSet);
|
||||
} catch (Exception e) {
|
||||
} catch (Exception | AssertionError e) {
|
||||
DEException.throwException(Translator.get("i18n_fetch_error") + e.getMessage());
|
||||
} finally {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user