AAAfzal Ahmedincodelabuk.hashnode.dev·Jul 25 · 8 min readArrow Flight Series Part 1: How Flight Serialization Actually WorksThis is Part 1 of a deep-dive series on Arrow Flight. This post looks at how Flight serialization actually works, and examines the common claim that it is "zero-copy" which is true only in a specific 00
AAAfzal Ahmedincodelabuk.hashnode.dev·Jul 25 · 7 min readArrow Flight Serialization: Bridging High-Performance Computing with Data AccessWhat is Arrow Flight? Arrow Flight is a high-performance data transport framework built on Apache Arrow, designed to efficiently move large datasets between systems, processes, and services. Unlike tr00
AAAfzal Ahmedincodelabuk.hashnode.dev·May 3 · 4 min readSpark Deep Series, Part 1: What Actually Happens Before Your Code RunsThis is Part 1 of the Spark Deep Series, where we go layer by layer through what Spark actually does starting from the moment you run spark-submit, all the way through to the point your job computes i00