Results 5 issues of Arwin Tio

Hello, What happens when the cluster coordinator node completely dies? - Can you replace it with a new cluster coordinator node? - What happens to the existing nodes which have...

I'm not sure that this package was meant to be used on daily data, as Twitter seems to be using it for very granular minutely data. But anyways, here are...

I see that the Spark-Alchemy HLL Functions have the trait CodegenFallback [0]. My understanding is that implementing codegen will give you a big performance boost. Is there a particular reason...

If you forget to put `https://` in the host here: ``` api_client = ApiClient( host = "SOMETHING_WITHOUT_HTTPS://", token = os.getenv('DATABRICKS_TOKEN') ) ``` You'll get this exception as `self.url` is broken:...

bug

Some pain points I had on learning the doubles API that in my opinion, the documentation could be improved with: - `expects` takes precedence over `allow` (i.e. `expects` will delete...

enhancement