Skip to content

Commit

Permalink
Add missing field 'sample'
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Feb 3, 2025
1 parent 96cf33d commit 7d23d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prqlc/prqlc/src/sql/gen_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ fn translate_relation_expr(relation_expr: RelationExpr, ctx: &mut Context) -> Re
version: None,
partitions: vec![],
json_path: None,
sample: None,
}
}
RelationExprKind::SubQuery(query) => {
Expand Down

0 comments on commit 7d23d93

Please sign in to comment.