[ 
https://issues.apache.org/jira/browse/HIVE-24390?focusedWorklogId=683905&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683905
 ]

ASF GitHub Bot logged work on HIVE-24390:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Nov/21 11:10
            Start Date: 19/Nov/21 11:10
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on a change in pull request #2802:
URL: https://github.com/apache/hive/pull/2802#discussion_r753099498



##########
File path: 
serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryArray.java
##########
@@ -135,9 +135,9 @@ private void parse() {
     // adjust arrays
     adjustArraySize(arraySize);
     // find out the null-bytes
-    int arryByteStart = start + vInt.length;
-    int nullByteCur = arryByteStart;
-    int nullByteEnd = arryByteStart + (arraySize + 7) / 8;
+    int aarryByteStart = start + vInt.length;
+    int nullByteCur = aarryByteStart;
+    int nullByteEnd = aarryByteStart + (arraySize + 7) / 8;

Review comment:
       ```suggestion
       int arrayByteStart = start + vInt.length;
       int nullByteCur = arrayByteStart;
       int nullByteEnd = arrayByteStart + (arraySize + 7) / 8;
   ```

##########
File path: 
serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/TimestampLocalTZTypeInfo.java
##########
@@ -45,7 +45,7 @@ public String getTypeName() {
 
   @Override
   public void setTypeName(String typeName) {
-    // No need to set type name, it should always be timestamplocaltz
+    // No need to set type name, it should always be timestamplocal tz

Review comment:
       ```suggestion
       // No need to set type name, it should always be {@link 
serdeConstants.TIMESTAMPLOCALTZ_TYPE_NAME}
   ```
   or
   ```suggestion
       // No need to set type name, it should always be 
TIMESTAMPLOCALTZ_TYPE_NAME
   ```




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 683905)
    Time Spent: 3h 10m  (was: 3h)

> Spelling fixes
> --------------
>
>                 Key: HIVE-24390
>                 URL: https://issues.apache.org/jira/browse/HIVE-24390
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Josh Soref
>            Assignee: Josh Soref
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to