Charlie Briggs

Results 40 comments of Charlie Briggs

I finally got round to re-enabling the metadata table for this table - using Hudi 0.11.1 on EMR 6.8.0 now, and the same issue occurs: ![Screenshot 2022-10-15 at 22-17-47 delta-streamer-articles_hudi_copy_on_write...

Once again, this turned into errors when leaving the metadata table enabled: ![Screenshot 2022-10-16 at 23-03-44 delta-streamer-articles_hudi_copy_on_write - Details for Stage 7 (Attempt 0)](https://user-images.githubusercontent.com/3199181/196060454-85e8db0e-189d-4a29-b662-ceb286d1de4e.png) Logs from the first executor failure...

On further investigation, it seems this is only on startup, prior to the server starting, due to `INCIDENT_BOT_ID` not being set. We've now set this and it has helped alleviate...

We also have a centralised Airflow which stores data in a single S3 bucket. Some flows generate pretty massive amount so data compared to others, and it'd be nice to...

We've just started looking into using neuron and immediately found it very off putting that the state of the deep learning containers is a bit of a mess. We'd also...

[clojure.data.json](https://github.com/clojure/data.json) would also be interesting in the Clojure ecosystem. (the main used Clojure alternatives - https://github.com/metosin/jsonista and https://github.com/dakrone/cheshire - both use Jackson).

I forgot the exact context, but I believe adding any metadata to the request will be sent to Elasticsearch, which won't accept it. We had the requirement of preserving context...

It looks like the PR for this got closed as stale without a review? (https://github.com/apache/airflow/pull/33288) Could that get re-opened and reviewed, this would be a nice feature.

Calva version `v2.0.353` I've tried this on Windows and Mac and had the same issues,. Calva settings: ``` "calva.evalOnSave": true, "calva.paredit.defaultKeyMap": "original", // "calva.prettyPrintingOptions": { // "enabled": true, // "maxLength":...

Do you have instructions on downloading the nightly lsp build anywhere?