Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-10 Thread via GitHub
parthchandra commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2032147349 ## spark/src/test/scala/org/apache/comet/CometFuzzTestSuite.scala: ## @@ -0,0 +1,183 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-10 Thread via GitHub
mbutrovich commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2031446693 ## spark/src/main/scala/org/apache/comet/testing/ParquetGenerator.scala: ## @@ -205,6 +212,11 @@ object ParquetGenerator { Range(0, numRows).map(_

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-08 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2032287569 ## spark/src/main/scala/org/apache/comet/testing/ParquetGenerator.scala: ## @@ -205,6 +212,11 @@ object ParquetGenerator { Range(0, numRows).map(_ =

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-08 Thread via GitHub
andygrove merged PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610 -- 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] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-07 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2031530584 ## spark/src/main/scala/org/apache/comet/testing/ParquetGenerator.scala: ## @@ -205,6 +212,11 @@ object ParquetGenerator { Range(0, numRows).map(_ =

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-07 Thread via GitHub
mbutrovich commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2031449516 ## spark/src/test/scala/org/apache/comet/CometFuzzTestSuite.scala: ## @@ -0,0 +1,183 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-07 Thread via GitHub
andygrove commented on PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#issuecomment-2783473127 @parthchandra @mbutrovich could you review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-05 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2029937991 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2459,6 +2459,10 @@ object QueryPlanSerde extends Logging with CometExprShim {

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-05 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2029914315 ## docs/source/user-guide/installation.md: ## @@ -84,7 +84,7 @@ See the [Comet Kubernetes Guide](kubernetes.md) guide. Make sure `SPARK_HOME` points to th

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-05 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2029914315 ## docs/source/user-guide/installation.md: ## @@ -84,7 +84,7 @@ See the [Comet Kubernetes Guide](kubernetes.md) guide. Make sure `SPARK_HOME` points to th

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-04 Thread via GitHub
comphead commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2029557330 ## common/src/main/scala/org/apache/spark/sql/comet/util/Utils.scala: ## @@ -278,7 +277,7 @@ object Utils { case v @ (_: BitVector | _: TinyIntVector |

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

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

Re: [PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-04 Thread via GitHub
andygrove commented on code in PR #1610: URL: https://github.com/apache/datafusion-comet/pull/1610#discussion_r2029452928 ## common/src/main/scala/org/apache/spark/sql/comet/util/Utils.scala: ## @@ -278,7 +277,7 @@ object Utils { case v @ (_: BitVector | _: TinyIntVector

[PR] chore: Create simple fuzz test as part of test suite [datafusion-comet]

2025-04-04 Thread via GitHub
andygrove opened a new pull request, #1610: URL: https://github.com/apache/datafusion-comet/pull/1610 ## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## How are these changes