Erik Erlandson

Results 47 issues of Erik Erlandson

Issue derived from #56 The wikipedia page on Cramer's V metions this: "The p-value for the significance of V is the same one that is calculated using the Pearson's chi-squared...

Libra does this. I've wanted it in coulomb for a while (https://github.com/erikerlandson/coulomb/issues/83). I could just port the code, but it seems like it might be a good fit for abstracting...

We have configured a BigQuery connector, and for billing reasons, we need to use it with a service account created in a google project that is different than the project...

bug

proposed implementation for #39 This implements the proposal to parse the sqlalchemy standard `schema` kw arg to find embedded `catalog.schema` values

Currently the only way I know to tell sqlalchemy-trino about trino catalog name is in the connection url. That works pretty well but it would be conceptually cleaner to support...

Executor memory defaults to 1 GB, which is a good default but it would be nice to have a convenient way to increase that when creating a cluster on the...

An issue for `scanLeft` and parallell `scan` for RDDs, as pure lazy transformations: Implementing an RDD scanLeft Transform With Cascade RDDs http://erikerlandson.github.io/blog/2014/08/09/implementing-an-rdd-scanleft-transform-with-cascade-rdds/ Implementing Parallel Prefix Scan as a Spark RDD...

## Compiler version 3.4.0-RC2 ## Minimized code ```scala object repro: abstract class Mapper[A, B] extends (A => B) given Mapper[Int, Double] with // inlining causes a compiler crash inline def...

itype:bug
itype:crash
area:inline
Spree

This will be to experiment with ideas in #534. The main simplifications will be: 1. remove support for value promotion 2. removal of `Add` and friends, folding everything back into...