sql: remove redundant check of space format from QP
In SQL we are able to execute queries involving spaces only with formats. Otherwise, at the very beginning of query compilation error is raised. So, after that any checks of format existence are redundant.
Loading
Please register or sign in to comment