No, STORED AS AVRO will dynamically convert your table column metadata
information to a schema at runtime.
In general if you have avro converted files under the table directory, you
can use 'hadoop jar /opt/cloudera/parcels/CDH/lib/avro/avro-tools.jar
getschema hdfs://path/to/file.avro to fetch its generated schema.