Andy Grove

Results 657 comments of Andy Grove

moving to draft while I work on the Python scripts

> I'm thinking can we reuse the same mechanism we use for fuzz testing correctness? > > for my local testing I typically reuse fuzz correctness I didn't explain well...

Notes to future self for when I have time to work on this. We currently have many variations of `checkSparkAnswer`: ```scala protected def checkSparkAnswer(query: String): (SparkPlan, SparkPlan) = { protected...

Here is a test that can be added to the `CometFuzzTestSuite`: ```scala test("select size of array") { val df = spark.read.parquet(filename) df.createOrReplaceTempView("t1") val cols = df.schema.fields.filter(_.dataType.isInstanceOf[ArrayType]) for (col

Hi @dharanad. Are you still planning on working on this, or is it ok if we let someone else pick this up? Thanks!

Current status: ## Chrome ![2025-05-09_08-11](https://github.com/user-attachments/assets/6f223e0a-1668-4208-92b9-351afaeaa108) ## OpenTelemetry I can see data in Jaegar, but I need to propagate the span in order to see nested events. ![2025-05-09_08-12](https://github.com/user-attachments/assets/be18b1f5-74bc-4db9-a0e6-c43d5298dcba)

Some notes on the current implementation. We currently publish the documentation site on all merges to main. We use `rsync` with a `--delete` flag to remove all content before publishing...

Please ignore. This was unrelated to this issue and is now resolved. ~One challenge in implementing this is that we replace `JoinedRowProcessor` with a `RapidsProcessDeltaMergeJoin` logical operator that involves a...