-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Fix](csv_reader) Add a session variable to control whether empty rows in CSV files are read as NULL values. #36668
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
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
4d07e5e to
fe4fe65
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
Outdated
Show resolved
Hide resolved
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
2 similar comments
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
7a12a72 to
dc1077b
Compare
|
run buildall |
1 similar comment
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40895 ms |
TPC-DS: Total hot run time: 173315 ms |
ClickBench: Total hot run time: 31.73 s |
|
LGTM |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…s in CSV files are read as NULL values. (#36668) Previously, empty rows in CSV files were ignored by Doris. Now, add a session variable to control whether empty rows in CSV files are read as NULL values.
…s in CSV files are read as NULL values. (apache#36668) Previously, empty rows in CSV files were ignored by Doris. Now, add a session variable to control whether empty rows in CSV files are read as NULL values.
…s in CSV files are read as NULL values (apache#37153) bp: apache#36668
Proposed changes
Issue Number: close #xxx
Previously, empty rows in CSV files were ignored by Doris.
Now, add a session variable to control whether empty rows in CSV files are read as NULL values.