Andy Grove
Andy Grove
moving to draft while I work on the Python scripts
Still experimenting...
Chart now shows when `try_grow` failed:
> 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  ## OpenTelemetry I can see data in Jaegar, but I need to propagate the span in order to see nested events. 
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...