deniskuzZ commented on code in PR #5550:
URL: https://github.com/apache/hive/pull/5550#discussion_r1861038972


##########
serde/src/java/org/apache/hadoop/hive/serde2/JsonSerDe.java:
##########
@@ -139,7 +139,6 @@ private void initialize(final Configuration conf, final 
Properties tbl,
     this.jsonReader = new HiveJsonReader(this.soi, tsParser);
     this.jsonWriter = new HiveJsonWriter(this.binaryEncoding, 
getColumnNames());
 
-    this.jsonReader.setBinaryEncoding(binaryEncoding);

Review Comment:
   can we drop the `binaryEncoding` var as well?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to