Tim Mwangi
06/23/2020, 9:26 PM// Sample avro schema with an aliased field
record Foo {
string @aliases(["old_bar"]) bar;
// Other fields
}Mayank
foo in avro to be bar in Pinot? Or have the same column referred to as foo as well as bar within Pinot?Mayank
Tim Mwangi
06/23/2020, 9:29 PMfoo as well as bar within Pinot. Old name was foo . I’d like to rename it to bar but some other service is still querying using fooTim Mwangi
06/23/2020, 9:29 PMKishore G
Tim Mwangi
06/24/2020, 3:12 AMTim Mwangi
06/24/2020, 3:21 AM