[
https://issues.apache.org/jira/browse/HIVE-24715?focusedWorklogId=552598&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552598
]
ASF GitHub Bot logged work on HIVE-24715:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/21 15:45
Start Date: 15/Feb/21 15:45
Worklog Time Spent: 10m
Work Description: pvargacl commented on a change in pull request #1968:
URL: https://github.com/apache/hive/pull/1968#discussion_r576280743
##########
File path: ql/src/test/org/apache/hadoop/hive/ql/io/TestBucketCodec.java
##########
@@ -77,13 +77,13 @@ public void testGetBucketCodecVersion1() {
@Test(expected = IllegalArgumentException.class)
public void testGetBucketCodecVersion1EncodeNegativeBucketId() {
- BucketCodec.getCodec(1).encode(new
AcidOutputFormat.Options(null).bucket(-1).statementId(16));
+ BucketCodec.getCodec(1).encode(new
AcidOutputFormat.Options(null).bucket(-1).statementId(16).maxStmtId(BucketCodec.MAX_STATEMENT_ID));
Review comment:
Why is this needed? This is the default behaviour if maxstatementId was
not set, no?
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 552598)
Time Spent: 20m (was: 10m)
> Increase bucketId range
> -----------------------
>
> Key: HIVE-24715
> URL: https://issues.apache.org/jira/browse/HIVE-24715
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: Bucket Id range increase.pdf
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)