Zach Paden

Results 6 issues of Zach Paden

Currently, Facets seem to only be displayed via JSON. I'd like to be able to visualize facets in different ways. Some things that may be helpful is support for bar...

feature

## Feature request ### Overview Currently Deltalake - Databricks has the ["COPY INTO"](https://docs.databricks.com/spark/latest/spark-sql/language-manual/delta-copy-into.html) DML statement, and vanilla parquet datasets in spark support the ["LOAD DATA" DML statement](https://spark.apache.org/docs/latest/sql-ref-syntax-dml-load.html). However, currently there...

enhancement

## Bug ### Describe the problem When trying to merge with condition using python data API sometimes an `pyspark.sql.utils.AnalysisException: Failed to resolve` is raised. #### Steps to reproduce ``` df...

bug

### What's the use case? I'd like to have the EMR PySpark Step launcher be both faster and be able to be more flexible with which cluster I'm running on....

feature-request

### Steps to Reproduce Running on ubuntu in WSL behind company firewall + Cisco VPN ```bash curl -sSf https://rye.astral.sh/get | bash ``` ```bash rye sync --verbose ``` ### Expected Result...

Creating support for duckdb driver, as requested by #538 Currently WIP, but would love some early input if possible. So far ive gotten it and most the tests running in...