You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/29 00:52:09 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #25251: [MINOR] Trivial cleanups

HyukjinKwon commented on a change in pull request #25251: [MINOR] Trivial cleanups
URL: https://github.com/apache/spark/pull/25251#discussion_r308027919
 
 

 ##########
 File path: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeRow.java
 ##########
 @@ -284,7 +284,6 @@ public void setDecimal(int ordinal, Decimal value, int precision) {
         // keep the offset for future update
         Platform.putLong(baseObject, getFieldOffset(ordinal), cursor << 32);
       } else {
-
 
 Review comment:
   @dongjinleekr, this comment was missed https://github.com/apache/spark/pull/25251/files#r307396454

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org