Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 4, 2023
1 parent c4f5812 commit fd17020
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parser/transform/tableref/transform_match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ unique_ptr<PathPattern> Transformer::TransformPath(duckdb_libpgquery::PGPathPatt
result->shortest = root->shortest;
result->group = root->group;
result->topk = root->topk;
// if (result->all) {
// throw NotImplementedException("ALL has not been implemented yet.");
// }
if (result->all && result->shortest) {
throw NotImplementedException("ALL SHORTEST has not been implemented yet.");
}
Expand Down

0 comments on commit fd17020

Please sign in to comment.