Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-05-01 Thread via GitHub
iffyio merged PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-30 Thread via GitHub
simonvandel commented on PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#issuecomment-2843224034 > @simonvandel could you take a look at the CI issues when you get the time? I think CI should be green with https://github.com/apache/datafusion-sqlparser-rs/p

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-28 Thread via GitHub
iffyio commented on PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#issuecomment-2837681286 @simonvandel could you take a look at the CI issues when you get the time? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-28 Thread via GitHub
simonvandel commented on PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#issuecomment-2836116631 Thanks @iffyio I resolved the merge conflict, fixed your comment on error handling. Additionally, I added a dialect check before parsing pipe operators. See

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-28 Thread via GitHub
simonvandel commented on code in PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#discussion_r2064251738 ## src/parser/mod.rs: ## @@ -10574,11 +10598,96 @@ impl<'a> Parser<'a> { for_clause, settings, f

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-27 Thread via GitHub
iffyio commented on code in PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#discussion_r2062500408 ## src/parser/mod.rs: ## @@ -10574,11 +10598,96 @@ impl<'a> Parser<'a> { for_clause, settings, format

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-04-16 Thread via GitHub
simonvandel commented on PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#issuecomment-2810341974 Hi @iffyio I'm sorry for the long response time. I have now revised the code according to your comments. Adding more tests found some bugs, so I had to ch

Re: [PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-03-12 Thread via GitHub
iffyio commented on code in PR #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759#discussion_r1992171898 ## src/ast/query.rs: ## @@ -2407,6 +2413,98 @@ impl fmt::Display for OffsetRows { } } +#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Ha

[PR] Support some of pipe operators [datafusion-sqlparser-rs]

2025-03-09 Thread via GitHub
simonvandel opened a new pull request, #1759: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1759 Part of https://github.com/apache/datafusion-sqlparser-rs/issues/1758 Still missing (ran out of time today, can be done in follow-ups perhaps) - join - union|intersect|e