Robert Zych

@zychr.bsky.social

Software Engineer @ Raft, Apache Pinot Contributor, lives in Sacramento area.

Last night, I was exploring thread safety issues with ChatGPT. It only took two attempts to generate a test that exposed the lack of a synchronized block for a section that updates multiple member variables. #java

90 days ago Bluesky had 6.18M users 30 days ago Bluesky had 10.85M users Tomorrow Bluesky will have 15M users This is absolutely wild, thanks for believing in us y'all

Working on JSON predicate pushdown for the Trino-Pinot connector: contains((1,2,3), json_extract_scalar(json, '$.key`)) -> json_match(json, '$.key in (1,2,3)') json_array_contains(json_extract(json, '$.array'), value) -> json_match(json, '$.array[*] = value') json_match uses Pinot's JSON index