Details
Description
STORE one INTO '/tmp/one.avro' USING AvroStorage();
STORE two INTO '/tmp/two.avro' USING AvroStorage();
– relation two has the schema of relation one. BANG!
STORE one INTO '/tmp/one.avro' USING AvroStorage();
STORE two INTO '/tmp/two.avro' USING AvroStorage();
– relation two has the schema of relation one. BANG!