You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PARQUET-852: Slowly ramp up sizes of byte[] in ByteBasedBitPackingEncoder
https://issues.apache.org/jira/browse/PARQUET-852
Author: John Jenkins <jjenkins@kcg.com>
Closes #4022 from JohnPJenkins/PARQUET-852 and squashes the following commits:
334acec [John Jenkins] PARQUET-852: Slowly ramp up sizes of byte[] in ByteBasedBitPackingEncoder
Copy file name to clipboardExpand all lines: parquet-encoding/src/main/java/org/apache/parquet/column/values/bitpacking/ByteBasedBitPackingEncoder.java
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
/*
1
+
/*
2
2
* Licensed to the Apache Software Foundation (ASF) under one
3
3
* or more contributor license agreements. See the NOTICE file
4
4
* distributed with this work for additional information
5
5
* regarding copyright ownership. The ASF licenses this file
6
6
* to you under the Apache License, Version 2.0 (the
7
7
* "License"); you may not use this file except in compliance
8
8
* with the License. You may obtain a copy of the License at
9
-
*
9
+
*
10
10
* http://www.apache.org/licenses/LICENSE-2.0
11
-
*
11
+
*
12
12
* Unless required by applicable law or agreed to in writing,
13
13
* software distributed under the License is distributed on an
14
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -39,11 +39,14 @@ public class ByteBasedBitPackingEncoder {
Copy file name to clipboardExpand all lines: parquet-encoding/src/test/java/org/apache/parquet/column/values/bitpacking/TestByteBasedBitPackingEncoder.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
/*
1
+
/*
2
2
* Licensed to the Apache Software Foundation (ASF) under one
3
3
* or more contributor license agreements. See the NOTICE file
4
4
* distributed with this work for additional information
5
5
* regarding copyright ownership. The ASF licenses this file
6
6
* to you under the Apache License, Version 2.0 (the
7
7
* "License"); you may not use this file except in compliance
8
8
* with the License. You may obtain a copy of the License at
9
-
*
9
+
*
10
10
* http://www.apache.org/licenses/LICENSE-2.0
11
-
*
11
+
*
12
12
* Unless required by applicable law or agreed to in writing,
13
13
* software distributed under the License is distributed on an
14
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
0 commit comments