Matthew Powers
Matthew Powers
@coreyoconnor - I could not figure out how to get almond to work when I was using SDKMAN. I don't think almond needs to be installable with SDKMAN, but would...
@james-willis - yea, the existing docs are great and perhaps docs that are generated from the Python code aren't necessary. Let's look at the [ST_GeomFromEWKT](https://sedona.apache.org/latest/api/sql/Constructor/#st_geomfromewkt) function for example. It's not...
@th0ma5w - thanks for opening this issue. [delta-io/delta](https://github.com/delta-io/delta) is a reference implementation of the [Delta Lake transaction log protocol](https://github.com/delta-io/delta/blob/master/PROTOCOL.md). There are multiple implementations of the Delta Lake transaction log protocol...
@th0ma5w - Yea, each individual project should clearly indicate the protocol version/table features that are supported. I was just going to open an issue to request this in delta-io/delta-rs and...
@th0ma5w - thanks for the ping. > Delta is an offering of Databricks as a commercial service. Delta is a Lakehouse storage system. Implementations should follow the [Delta Lake transaction...
@raveeram-db - will you work on this?
Thanks for reporting this. Spark Connect support will be added in Delta 4, see [this issue](https://github.com/delta-io/delta/issues/3240). Feel free to chime in on #3240 if you have any suggestions!
Yea, definitely agree with this, can I assign this one to you @fpgmaas?
@gjoseph92 - Rather than "If you use `divisions="compute"`, we recommend printing the `.divisions` of the resulting DataFrame and copy-pasting them back into this line of code, so if you re-run...
I like `df.recommended_divisions().compute()` 🤓 That way users that are familiar with the process can easily skip step #1. It seems like manually setting the divisions will run into "notebook scaling...