Andy Grove

Results 317 issues of Andy Grove

### What is the problem the feature request solves? Spark has specific handling of overflows when ANSI mode is enabled and we need to add the same in Comet. ###...

enhancement
good first issue
help wanted

### What is the problem the feature request solves? Spark has specific handling of overflows when ANSI mode is enabled and we need to add the same in Comet. ###...

enhancement
good first issue
help wanted

### What is the problem the feature request solves? Spark has specific handling of overflows when ANSI mode is enabled and we need to add the same in Comet. ###...

enhancement
good first issue
help wanted

### What is the problem the feature request solves? Comet does not support ANSI mode for `round`. ## Create test data ``` val df = Seq(Int.MaxValue, Int.MinValue).toDF("a") df.write.parquet("/tmp/int.parquet") spark.read.parquet("/tmp/int.parquet").createTempView("t") ```...

enhancement
good first issue
help wanted

### What is the problem the feature request solves? We currently delegate to DataFusion when casting between timestamps (as discovered in https://github.com/apache/datafusion-comet/pull/461) but I am not convinced that we have...

enhancement
good first issue
help wanted

### What is the problem the feature request solves? I can run individual test suites against Spark 3.4 with the following command: ```shell ./mvnw test -DwildcardSuites="org.apache.comet.CometExpressionSuite" -P"spark-3.4" ``` If I...

documentation
enhancement

## Which issue does this PR close? N/A ## Rationale for this change Address a cause of confusion in our installation guide. ## What changes are included in this PR?...

### What is the problem the feature request solves? _No response_ ### Describe the potential solution _No response_ ### Additional context _No response_

enhancement

## Which issue does this PR close? Closes https://github.com/apache/datafusion-comet/issues/1006 ## Rationale for this change Improved performance ## What changes are included in this PR? - Add new config option to...

## Which issue does this PR close? Closes https://github.com/apache/datafusion-comet/issues/996 Possibly depends on https://github.com/apache/datafusion-comet/pull/988 being resolved first ## Rationale for this change This is an alternative to the approach in https://github.com/apache/datafusion-comet/pull/1002...