Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Dont serialize app name if it is missing #1746

Merged
merged 5 commits into from
Jul 13, 2023
Merged

fix: Dont serialize app name if it is missing #1746

merged 5 commits into from
Jul 13, 2023

Conversation

karolisg
Copy link
Contributor

No description provided.

@karolisg karolisg marked this pull request as ready for review July 13, 2023 13:31
@karolisg karolisg merged commit a185133 into getdozer:main Jul 13, 2023
let res = parse_sql_select_item(&f, input_schema);
if let Ok(..) = res {
select_expr.push(res.unwrap())
if let Ok(res) = parse_sql_select_item(&f, input_schema) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chloeminkyung we're just ignoring any select that fails to parse? This doesn't sound right.

@chubei chubei deleted the fix/fix-app-name-serialization branch July 14, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants