Re: [PR] Fix incorrect statistics read for binary columns in parquet [datafusion]

2024-05-25 Thread via GitHub
alamb merged PR #10645: URL: https://github.com/apache/datafusion/pull/10645 -- 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...@datafusi

Re: [PR] Fix incorrect statistics read for binary columns in parquet [datafusion]

2024-05-25 Thread via GitHub
alamb commented on PR #10645: URL: https://github.com/apache/datafusion/pull/10645#issuecomment-2131168957 > The gate issue is not related to the PR.. could we rerun? I restarted it FYI another trick we have found is if you close the PR and then reopen it, github will rerun al

Re: [PR] Fix incorrect statistics read for binary columns in parquet [datafusion]

2024-05-24 Thread via GitHub
xinlifoobar commented on PR #10645: URL: https://github.com/apache/datafusion/pull/10645#issuecomment-2130457023 The gate issue is not related to the PR.. could we rerun? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] Fix incorrect statistics read for binary columns in parquet [datafusion]

2024-05-23 Thread via GitHub
xinlifoobar opened a new pull request, #10645: URL: https://github.com/apache/datafusion/pull/10645 ## Which issue does this PR close? Closes #10605 ## Rationale for this change ## What changes are included in this PR? ## Are these changes