Indhumathi27 commented on code in PR #5584:
URL: https://github.com/apache/hive/pull/5584#discussion_r1895755243


##########
serde/src/java/org/apache/hadoop/hive/serde2/json/HiveJsonReader.java:
##########
@@ -172,7 +173,7 @@ public HiveJsonReader(ObjectInspector oi) {
   public HiveJsonReader(ObjectInspector oi, TimestampParser tsParser) {
     this.tsParser = tsParser;
     this.oi = oi;
-    this.objectMapper = new ObjectMapper();
+    this.objectMapper = new 
ObjectMapper().enable(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS);

Review Comment:
   can this change be made applicable only for Primitive decimal type ?



-- 
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