mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix(SQL Lab): hang when result set size is too big (#30522)
Co-authored-by: aadhikari <aadhikari@apple.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
@@ -159,5 +159,9 @@ export default function setupErrorMessages() {
|
||||
ErrorTypeEnum.INVALID_SQL_ERROR,
|
||||
InvalidSQLErrorMessage,
|
||||
);
|
||||
errorMessageComponentRegistry.registerValue(
|
||||
ErrorTypeEnum.RESULT_TOO_LARGE_ERROR,
|
||||
DatabaseErrorMessage,
|
||||
);
|
||||
setupErrorMessagesExtra();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user