Join Data to Avro Data
Join data to your Apache Avro data quickly
Join Data
Joining brings your Apache Avro file together with a second dataset by matching rows on the columns you choose, so related data ends up in one table. Pick an Inner, Left, Right, or Full join to decide which rows are kept when a match is missing. Perfect for enriching records, adding reference or lookup data.
Apache Avro
Apache Avro is a row-based data serialization format designed to support efficient data encoding and compression. Avro stores data in a compact binary format, which makes it efficient for both storage and transmission. Every Avro file includes a schema that describes the structure of the data stored within it. Avro supports a range of complex data types, including nested records, arrays, and maps. Avro also supports schema evolution, allowing the schema of a dataset to change over time (adding new fields, for example) while maintaining backward compatibility with the older version of the schema.