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 eb22e5e8d7 Fixed datetime-diff overflow bug. (#17141)
     new 8616b6f7a6 [Fix](load)Pass hidden column to load columns (#17004)
     new dd7cd70bc8 [fix](planner) the project expr should be calculated in 
join node in some case (#17035)
     new d8c29836d8 [BugFix](oracle-catalog) Modify the doris data type mapping 
of  oracle `NUMBER(p,s)` type (#17051)

The 3 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:
 .../docker-compose/oracle/init/03-create-table.sql | 22 ++++++
 .../docker-compose/oracle/init/04-insert.sql       | 21 +++++
 .../apache/doris/analysis/ExprSubstitutionMap.java |  4 +
 .../org/apache/doris/external/jdbc/JdbcClient.java | 84 ++++++++++----------
 .../org/apache/doris/planner/JoinNodeBase.java     | 32 ++++++++
 .../java/org/apache/doris/planner/PlanNode.java    |  2 +-
 .../apache/doris/planner/SingleNodePlanner.java    | 15 ++--
 .../apache/doris/planner/StreamLoadPlanner.java    |  3 +-
 .../planner/external/ExternalFileScanNode.java     |  5 +-
 .../doris/planner/external/FileGroupInfo.java      |  9 ++-
 .../doris/planner/external/LoadScanProvider.java   |  3 +-
 .../test_outer_join_with_inline_view.out           |  3 +
 .../jdbc_catalog_p0/test_oracle_jdbc_catalog.out   | 25 ++++++
 regression-test/data/query_p0/join/test_join5.out  |  2 +-
 .../test_outer_join_with_inline_view.groovy        | 89 ++++++++++++++++++++++
 .../test_oracle_jdbc_catalog.groovy                |  4 +
 16 files changed, 268 insertions(+), 55 deletions(-)


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

Reply via email to