zeroflag commented on a change in pull request #1968:
URL: https://github.com/apache/hive/pull/1968#discussion_r576312323
##########
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:
Right, this is no longer needed. I removed it.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]