Skip to content

Commit

Permalink
revert debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 2, 2022
1 parent 96ff349 commit 315916b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/sqlparser_hive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,6 @@ fn filtering_during_aggregation_aliased() {
println!("{}", hive().verified_stmt(rename));
}

/*
projection: [ExprWithAlias { expr: Identifier(Ident { value: "name", quote_style: None }), alias: Ident { value: "filter", quote_style: None } }], into: None,
projection: [UnnamedExpr(Identifier(Ident { value: "name", quote_style: None }))], into: None,
*/

#[test]
fn filter_as_alias() {
let sql = "SELECT name filter FROM region";
Expand Down

0 comments on commit 315916b

Please sign in to comment.