xbaran commented on a change in pull request #526: HIVE-21218: KafkaSerDe
doesn't support topics created via Confluent
URL: https://github.com/apache/hive/pull/526#discussion_r255410759
##########
File path:
serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java
##########
@@ -88,6 +89,7 @@ public String getPropName(){
@Deprecated public static final String SCHEMA_NAME = "avro.schema.name";
@Deprecated public static final String SCHEMA_DOC = "avro.schema.doc";
@Deprecated public static final String AVRO_SERDE_SCHEMA =
AvroTableProperties.AVRO_SERDE_SCHEMA.getPropName();
+ @Deprecated public static final String AVRO_SERDE_MAGIC_BIT =
AvroTableProperties.AVRO_SERDE_MAGIC_BYTES.getPropName();
Review comment:
Removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services