-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-27442][SQL] Remove check field name when reading/writing data in parquet #35229
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
388be6d
[SPARK-27442][SQL] Remove check filename when reading data
AngersZhuuuu 4bf6a19
Add UT
AngersZhuuuu f3f4e4c
Update FileFormat.scala
AngersZhuuuu 3d7114a
follow comment
AngersZhuuuu 59e9030
update
AngersZhuuuu d09f83d
Update DataSource.scala
AngersZhuuuu 5a9d993
update
AngersZhuuuu 5dc6741
Update FileFormat.scala
AngersZhuuuu b2d64af
follow comment
AngersZhuuuu b3f0f09
Update ParquetFileFormat.scala
AngersZhuuuu fe3aeb2
Follow comment
AngersZhuuuu e11bcdb
update
AngersZhuuuu 5f3430f
Delete field_with_invalid_char.snappy.parquet
AngersZhuuuu bd5540e
Update SQLQuerySuite.scala
AngersZhuuuu 310b00c
Update SQLQuerySuite.scala
AngersZhuuuu e6253a2
Update SQLQuerySuite.scala
AngersZhuuuu e3efd3f
remove related UT
AngersZhuuuu 8a1dc91
Update HiveDDLSuite.scala
AngersZhuuuu 8883634
Update HiveDDLSuite.scala
AngersZhuuuu 3d4adf9
Update HiveDDLSuite.scala
AngersZhuuuu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
follow comment
- Loading branch information
commit 3d7114a267759f8696082e5ba9373919285e273f
There are no files selected for viewing
Binary file modified
BIN
+424 Bytes
(150%)
sql/core/src/test/resources/test-data/field_with_invalid_char.snappy.parquet
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can write the parquet file in the test, instead of generating it ahead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated