Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Apr 4, 2024
1 parent 2e0aec7 commit e2733d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/library/yql/sql/pg/pg_sql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2707,7 +2707,6 @@ class TConverter : public IPGParseEvents {
break;
}
default:
AddError("storage parameters for index is not supported yet:" + TString(nameElem));
NodeNotImplemented(defElem->arg);
return nullptr;
}
Expand Down

0 comments on commit e2733d4

Please sign in to comment.