[
https://issues.apache.org/jira/browse/HIVE-24390?focusedWorklogId=683967&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683967
]
ASF GitHub Bot logged work on HIVE-24390:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/21 14:37
Start Date: 19/Nov/21 14:37
Worklog Time Spent: 10m
Work Description: jsoref commented on a change in pull request #2802:
URL: https://github.com/apache/hive/pull/2802#discussion_r753243202
##########
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:
Sigh, I tried to do this manually last night, not sure how I managed to
mangle it so badly.
--
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: 683967)
Time Spent: 3h 50m (was: 3h 40m)
> 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 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)