Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HIVE-29695: ClassCastException in MapJoin when reading Parquet Strings as Date, Timestamp, or TimestampLocalTZ #6578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
HIVE-29695: ClassCastException in MapJoin when reading Parquet Strings as Date, Timestamp, or TimestampLocalTZ #6578
Changes from all commits
3f4ab3dFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 132 in ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedBatchUtil.java
A "Brain Method" was detected. Refactor it to reduce at least one of the following metrics: LOC from 86 to 64, Complexity from 28 to 14, Nesting Level from 3 to 2, Number of Variables from 14 to 6.
Check warning on line 149 in ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedBatchUtil.java
'case' child has incorrect indentation level 8, expected level should be 6.
Check warning on line 149 in ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedBatchUtil.java
Merge the previous cases into this one using comma-separated label.
Check warning on line 298 in ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedBatchUtil.java
A "Brain Method" was detected. Refactor it to reduce at least one of the following metrics: LOC from 220 to 64, Complexity from 34 to 14, Nesting Level from 3 to 2, Number of Variables from 50 to 6.
Check warning on line 647 in ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedBatchUtil.java
A "Brain Method" was detected. Refactor it to reduce at least one of the following metrics: LOC from 137 to 64, Complexity from 32 to 14, Nesting Level from 4 to 2, Number of Variables from 40 to 6.
Check warning on line 10 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetTypeUtils.java
Line does not match expected header line of ' * http://www.apache.org/licenses/LICENSE-2.0'.
Check warning on line 30 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetTypeUtils.java
Add a private constructor to hide the implicit public one.
Check warning on line 30 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetTypeUtils.java
Utility classes should not have a public or default constructor.
Check warning on line 531 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'case' child has incorrect indentation level 10, expected level should be 8.
Check warning on line 532 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'block' child has incorrect indentation level 12, expected level should be 10.
Check warning on line 539 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'case' child has incorrect indentation level 10, expected level should be 8.
Check warning on line 540 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'block' child has incorrect indentation level 12, expected level should be 10.
Check warning on line 547 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'case' child has incorrect indentation level 10, expected level should be 8.
Check warning on line 548 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java
'block' child has incorrect indentation level 12, expected level should be 10.
Check warning on line 141 in ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ArrayWritableObjectInspector.java
Replace this instanceof check and cast with 'instanceof TimestampLocalTZTypeInfo timestamplocaltztypeinfo'
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.