Software Engineer @MaterializeInc; Committer and PMC member at Apache Flink; Committer and PMC member at Apache Beam
- Europe
- aljoschakrettek.org
Block or Report
Block or report aljoscha
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
statefun-rust Public
A Rust SDK for StateFun (https://flink.apache.org/stateful-functions.html)
-
An example of using Flink for Fault-Tolerant Stream Processing
-
650 contributions in the last year
Less
More
Activity overview
Contributed to
MaterializeInc/materialize,
frankmcsherry/blog,
aljoscha/presentations
and 2 other
repositories
Contribution activity
March 2023
Created 28 commits in 1 repository
Created a pull request in MaterializeInc/materialize that received 26 comments
storage: stop silently ignoring NULL keys in upsert source
Before, we were logging an error and continuing, which, to the user, is "silent". Now, we report an error when trying to query the source. And we s…
+267
−71
•
26
comments
Opened 3 other pull requests in 1 repository
Reviewed 17 pull requests in 1 repository
MaterializeInc/materialize
17 pull requests
-
upsert: dedup correctly, operate on
(hash(key), value)
pairs - Revert "storage: cleanup upsert uperator"
- storage: finalize dropped shards
- storage: cleanup the upsert operator
- storage: kafka sink encoding as flat map
- fix a couple of things that slipped through the S3 removal
- storage: stop silently ignoring NULL keys in upsert source
- storage: drop log level of offset commit failures
- test: demo fix of #18102
- storage: Populate details column with hints to status history
-
persist: refactor
shard_source
; remove race between operators - storage: fix races to do with rehydration and dropping sources/sinks
- storage: add a new system var for the future new persist_sink
- storage: remap: keep up with progress updates
- pg sources: harden schema change detection
- design: add design doc for new storage persist_sink
- storage: fix more race conditions around sinks