```// Sample avro schema with an aliased field rec...
# general
t
Copy code
// Sample avro schema with an aliased field
record Foo {
  string @aliases(["old_bar"]) bar;

  // Other fields
}
m
Do you mean rename a column
foo
in avro to be
bar
in Pinot? Or have the same column referred to as
foo
as well as
bar
within Pinot?
For the former, you can use transform function to do the mapping during ingestion. Latter is not supported.
t
Have the same column referred to as 
foo
 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
foo
ok
k
@Tim Mwangi can you please an issue for this?
t
Sure @Kishore G