Spencer Torres

Results 12 issues of Spencer Torres

### SUMMARY Fixes #23953 Allows response JSON to be parsed with a property containing the name "`constructor`". The `json-bigint` module has some safety options in place to prevent prototype pollution,...

size/S
packages

### DEPENDS ON #33693, #33694 **Description:** Sets `async_insert` to true by default to enable [asynchronous inserts](https://clickhouse.com/docs/en/optimize/asynchronous-inserts). Because this value is being given a default, I have added a config option...

ready to merge
exporter/clickhouse

**Description:** Trace `SpanKind` and `StatusCode` are exporting [old enum values](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/04b3b9898b242c0b3b707bc043c025eb9f6f73ba/internal/coreinternal/traceutil/traceutil.go#L13-L47). This change will make these fields consistent with the specification. I have marked this as a breaking change since it...

ready to merge
exporter/clickhouse

(DRAFT, requires tests to be added/fixed) ## Overview This PR implements Log Context for logs queries. ![feature overview screenshot](https://github.com/user-attachments/assets/4d4426f3-5279-4df3-8d6e-3700a0da762b) ![show log context button](https://github.com/user-attachments/assets/133c969c-d384-4cf3-a010-76a15d488967) ## Implementation This feature works by taking...

Fixes #947 but may also break #262. It makes sense to allow empty strings for this macro, anyone who wishes to exclude the macro can use `$__all` in their query...

waiting-on-clickhouse

Some JSON datasets take a long time to determine their Dynamic + SharedData paths, this change sets a 10 second timeout on that query. If the query times out then...

Builds on changes in #1043 There were some large structural/organization changes to be made to the original PR, so I decided to solve these in this PR so we can...

Add SQL Formatter (depends on #1204) Before: ![before formatting](https://github.com/user-attachments/assets/6a4966a9-5c35-4dc2-a4be-c357bff14105) After: ![after formatting](https://github.com/user-attachments/assets/1761e50f-ca57-4dbf-aab1-dc2b613fadbb) Changes: - Added SQL format button - Added shortcut helper icon - Fixed bug from #1158 where the...

Implements SQL suggestions ![suggestions sample for JSON](https://github.com/user-attachments/assets/48ccf3cf-a163-44a6-add0-4319265b8473) Here's an example of it suggesting columns, json paths, macros, and server functions for the given subquery. ## Details This is an absolute...

We have some tests that depend on random number generation, mainly for connection host failover. These tests were never really safely picking random numbers, they were inconsistent. I hacked some...

good first issue
tests