[Fix](Outfile) Fix the column type mapping in the orc/parquet file format#32281
[Fix](Outfile) Fix the column type mapping in the orc/parquet file format#32281morningman merged 7 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. |
|
run buildall |
TPC-H: Total hot run time: 38252 ms |
|
TeamCity be ut coverage result: |
3694999 to
c95b67f
Compare
|
run buildall |
|
|
||
| #pragma once | ||
|
|
||
| #include <cctz/time_zone.h> |
There was a problem hiding this comment.
warning: 'cctz/time_zone.h' file not found [clang-diagnostic-error]
#include <cctz/time_zone.h>
^| @@ -18,6 +18,7 @@ | |||
| #pragma once | |||
|
|
|||
| #include <arrow/type.h> | |||
There was a problem hiding this comment.
warning: 'arrow/type.h' file not found [clang-diagnostic-error]
#include <arrow/type.h>
^|
|
||
| #pragma once | ||
|
|
||
| #include <cctz/time_zone.h> |
There was a problem hiding this comment.
warning: 'cctz/time_zone.h' file not found [clang-diagnostic-error]
#include <cctz/time_zone.h>
^
TPC-H: Total hot run time: 38306 ms |
|
Need to update the document in |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run feut |
|
run buildall |
TPC-H: Total hot run time: 38368 ms |
|
TeamCity be ut coverage result: |
|
run buildall |
2 similar comments
|
run buildall |
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
fd6dedc to
95a33b6
Compare
|
run buildall |
|
TeamCity be ut coverage result: |
|
run external |
|
run p0 |
1 similar comment
|
run p0 |
|
run buildall |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
…rmat (#32281) | Doris Type | Orc Type | Parquet Type | |---------------------|--------------------|------------------------| | Date | Long (logical: DATE) | int32 (Logical: Date) | | DateTime | TIMESTAMP (logical: TIMESTAMP) | int96 |
…rmat (apache#32281) | Doris Type | Orc Type | Parquet Type | |---------------------|--------------------|------------------------| | Date | Long (logical: DATE) | int32 (Logical: Date) | | DateTime | TIMESTAMP (logical: TIMESTAMP) | int96 |
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...