Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
andygrove commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2044570361 ## common/src/main/java/org/apache/comet/parquet/BatchReader.java: ## @@ -282,6 +282,7 @@ public void init() throws URISyntaxException, IOException { //

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
parthchandra commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2044994999 ## common/src/main/java/org/apache/comet/parquet/BatchReader.java: ## @@ -282,6 +282,7 @@ public void init() throws URISyntaxException, IOException {

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
andygrove commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2044569591 ## common/src/main/java/org/apache/comet/parquet/BatchReader.java: ## @@ -282,6 +282,7 @@ public void init() throws URISyntaxException, IOException { //

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
andygrove merged PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593 -- 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] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
andygrove commented on PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#issuecomment-2806145544 Sure. I just had a minor comment but it could be addressed separately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-15 Thread via GitHub
comphead commented on PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#issuecomment-2806017077 are we okay to merge this PR? -- 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 t

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-14 Thread via GitHub
parthchandra commented on PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#issuecomment-2803362330 @andygrove I had introduced a regression which I fixed since your approval (if you want to look again) Basically, the results of the call to `findRowIndexColumnIndexInSch

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-11 Thread via GitHub
andygrove commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2040094303 ## common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java: ## @@ -263,111 +272,129 @@ public void init() throws URISyntaxException, IOExceptio

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-10 Thread via GitHub
parthchandra commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2037910025 ## common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java: ## @@ -496,25 +526,25 @@ private int loadNextBatch() throws Throwable { List

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-10 Thread via GitHub
parthchandra commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2037902270 ## common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java: ## @@ -496,25 +526,25 @@ private int loadNextBatch() throws Throwable { List

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-10 Thread via GitHub
andygrove commented on code in PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#discussion_r2037886670 ## common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java: ## @@ -496,25 +526,25 @@ private int loadNextBatch() throws Throwable { List co

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-10 Thread via GitHub
parthchandra commented on PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#issuecomment-2794479553 @mbutrovich @andygrove this is ready for review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-01 Thread via GitHub
codecov-commenter commented on PR #1593: URL: https://github.com/apache/datafusion-comet/pull/1593#issuecomment-2770961510 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1593?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

[PR] fix: fix spark/sql test failures in native_iceberg_compat [datafusion-comet]

2025-04-01 Thread via GitHub
parthchandra opened a new pull request, #1593: URL: https://github.com/apache/datafusion-comet/pull/1593 ## Which issue does this PR close? Part of #1542 ## Rationale for this change A bug in the logic of `NativeBatchReader` caused NPE and array index out of bounds erro