Andy Grove

Results 438 issues of Andy Grove

RDBC currently supports positional parameters with `?` syntax but it would be good to have the option of using named parameters as well using `:name` syntax.

Until native Rust drivers exist for all databases, it would be useful to be able to wrap ODBC drivers in the RDBC API. I made a reasonable start on this...

help wanted

## Report incorrect documentation **Location of incorrect documentation** https://nvidia.github.io/spark-rapids/docs/get-started/getting-started-gcp.html#create-a-dataproc-cluster-using-mig-with-a100s **Describe the problems or issues found in the documentation** I tried running the script in the docs, and it failed with:...

documentation
? - Needs Triage

**Is your feature request related to a problem? Please describe.** Once https://github.com/NVIDIA/spark-rapids/pull/4044 is merged, we have the ability to parse regular expressions. We could analyze the parsed expression and estimate...

feature request
P2
reliability

**Is your feature request related to a problem? Please describe.** Spark recently added support for `REGEXP_SUBSTR` in https://github.com/apache/spark/commit/5adcddb87a052ce8e3b3c917c61f019bea5532ae **Describe the solution you'd like** Support this on GPU **Describe alternatives you've...

audit_3.4.0

**Is your feature request related to a problem? Please describe.** Regular expression support is currently disabled by default due to many known compatibility issues, which are documented in the compatibility...

feature request
epic

**Is your feature request related to a problem? Please describe.** PR https://github.com/NVIDIA/spark-rapids/pull/6257 added a check for `_databricks_internal` for 22.08. We need to move check to the shim layer so that...

tech debt

**Is your feature request related to a problem? Please describe.** `ExecutionPlanCaptureCallback` is used in tests to capture query plans and allow them to be inspected but it currently only supports...

task