This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from baf76c40ac [fix](in-bitmap) fix result may be wrong if the left side 
of the in bitmap predicate is a constant (#17570) (#17643)
     new 280cf72faa [Fix](load)Use lower case for load column names. #16422
     new d52528bbfb [fix](json) fix json_reader case sensitive

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/doris/analysis/DataDescription.java |  20 +-
 .../src/main/java/org/apache/doris/load/Load.java  |   7 +-
 .../data/load_p0/stream_load/test_orc_case.orc     | Bin 0 -> 53487 bytes
 .../load_p0/stream_load/test_parquet_case.parquet  | Bin 0 -> 83291 bytes
 .../load_p0/stream_load/test_parquet_orc_case.out  | 409 +++++++++++++++++++++
 .../stream_load/test_parquet_orc_case.groovy       | 210 +++++++++++
 6 files changed, 644 insertions(+), 2 deletions(-)
 create mode 100644 regression-test/data/load_p0/stream_load/test_orc_case.orc
 create mode 100644 
regression-test/data/load_p0/stream_load/test_parquet_case.parquet
 create mode 100644 
regression-test/data/load_p0/stream_load/test_parquet_orc_case.out
 create mode 100644 
regression-test/suites/load_p0/stream_load/test_parquet_orc_case.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to