Andy Grove

Results 438 issues of Andy Grove

### What is the problem the feature request solves? Initial observations: - Query is fully native - Similar to q19, lineitem scan takes longer with Comet - Comet avoids an...

enhancement
performance

### What is the problem the feature request solves? Comet is currently slower than Spark for query 19. Some initial observations: - The sort merge join cannot run natively due...

enhancement
performance

### What is the problem the feature request solves? Comet is currently slower than Spark for TPC-H q16. This query does not run fully native yet. Issues - BuildRight with...

enhancement

### What is the problem the feature request solves? This epic is a place to track various ideas around improving query performance. Some of these ideas apply to upstream DataFusion...

enhancement
performance

### What is the problem the feature request solves? We currently set the artifact name in `` to include the Spark version and the Scala version: ```xml comet-parent-spark${spark.version.short}_${scala.binary.version} ``` This...

enhancement

### What is the problem the feature request solves? We want to make sure that we address all (currently) known expression compatibility issues in one of the following ways: 1....

enhancement

### Describe the bug Example of compatibility issue found by fuzz testing: ``` SELECT c90, c1, c90 % c1 FROM test1 ORDER BY c90, c1; ``` Spark: `-21840,-0.0,NULL` Comet: `-21840,-0.0,NaN`...

bug

### What is the problem the feature request solves? Casting from struct to string should be similar to the to_json code ### Describe the potential solution _No response_ ### Additional...

enhancement
good first issue

### What is the problem the feature request solves? I recently worked on a few experimental PRs around CBO that I am going to close because they did not provide...

enhancement

### What is the problem the feature request solves? See documenttion for more details: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.Column.withField.html https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.Column.dropFields.html ### Describe the potential solution _No response_ ### Additional context _No response_

enhancement
good first issue