A list of links to track my open source contributions. The purpose of this page is partly for display, but also just for me to track my PRs across multiple repos. Favorites are highlighted. Enjoy!
Clickhouse (C++, SQL) - A real-time analytics DBMS
-
PR #71891:
Bug Fix: Fixed a logical error when users tried to materialize a column in the sort key
-
PR #71403:
Feature: Add aliases to avoid weird functions names with mixed casing style (e.g 'anyLast_respect_nullsStateIf')
-
PR #69657:
Feature: Added a thread-safe feature enabling developers to dynamically filter logs using regular expressions (also Python)
-
PR #68989:
Feature: Added an arrayUnion() function, providing a more efficient and developer-friendly alterative to the previous workaround
-
PR #68455:
Bug Fix: Fixed a bug where TRIM() throws an unexpected exception for a certain edge case
-
PR #68164:
Feature: Added a new setting that allows users to set IF NOT EXISTS behavior by default
-
PR #71774:
Improvement: Update enable_http_compression setting to make performance improvement more accessible
-
PR #67334:
Feature: Added an alias for window functions
-
PR #2963,
PR #72016,
PR #71779,
PR #68497
Doc Fixes: missing links, incorrectly documented setting, and various typos
OpenTelemetry (Go) - A collection of APIs, SDKs, and tools used to instrument, generate, collect, and export telemetry data (metrics, logs and traces) to help analyze software performance and behavior
-
PR #37721:
Feature: Added a more reliable and simpler way to ingest all attributes from cloudflare logpush.
-
PR #38478:
Feature: Migrated the internal Kafka package to the v2 AWS Go SDK.
-
PR #38479:
Feature: Migrated the AWS ECS receiver to the v2 AWS Go SDK.
-
PR #5880:
Doc Fix: Added a reference link so the docs could be more helpful
Daft (Rust, Python) - Distributed data engine written in Rust designed for querying Python/SQL designed in the cloud
-
PR #3884:
Feature: Implemented the cosecant and secant functions.
-
PR #3884:
Feature: Implemented the log1p and expm1 functions.
-
PR #3903:
Feature: Implemented the sinh, cosh, and tanh functions.
-
PR #3941:
Feature: Implemented the sign, signum, negative, and negate functions.
PyTorch Geometric (Python) - An extension of PyTorch for Graph Neural Networks
-
PR #9592:
Feature: A new LineDiGraph transformation module in collaboration in a researcher (in review)
Ray - A distributed compute framework for scaling data processing and machine learning workloads
-
PR #47763:
Fixed issue where some users couldn't install package due to a required dependency
-
PR #46821:
Clarified documentation to avoid confusion
Other Misc Repos
-
Prometheus:
PR #752
Doc fix
-
class website repo:
PR #1
UX Improvement: Made externals links open in a new tab
-
first-contributions repo:
PR #86857