This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-0.15
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 8fa3bbf [Dependency] Upgrade thirdparty libs (#6766)
new e386b8b [Doc] Update compile docs add 0.15 build support. (#6850)
new 59ce135 [BUG] Key is 'True',Extra is 'NONE' when add rollup for DUP
table (#6763)
new 0158442 [MemerySave] Change TabletSchema in tablet to reference to
save mem (#6814)
new 171ee71 [SQL Cache] Add all view stmt as the suffix of cache sqlkey
(#6832)
new 91fd17d [ARM64] Fix some problem when compiling on ARM64 platform
(#6836)
new ba5a376 [BUG] Fix printing ReservationTrackerCounters cause BE crash
when mem_limit is reached (#6849)
new dce0a1e [BUG] fix bug for schema schange (#6839)
new 6c42fcc [Doc] Add type BOOLEAN when enter 'help create table' in
mysql client (#6852)
new 986bd1a [Bug] Fix bug that BE will crash when backup using S3 (#6855)
new 26e3a37 [UT] Fix ut bugs (#6862)
new afc7131 [Docs] Fix exporter document error (#6864)
new bcc310b Update materialized_view.md (#6867)
new ead82c0 [Doc] Add documents for MySQL Binlog Load (#6859)
new 259cc7b [ARM64] Fix some problem when compiling on ARM64 platform
(#6836) (#6872)
The 14 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:
be/CMakeLists.txt | 8 +-
be/src/exec/CMakeLists.txt | 3 +-
be/src/exec/broker_scanner.cpp | 13 +-
be/src/exec/hdfs_file_reader.cpp | 3 +-
be/src/exec/hdfs_file_reader.h | 2 +-
...ma_dummy_scanner.cpp => hdfs_reader_writer.cpp} | 37 +-
.../result_writer.h => exec/hdfs_reader_writer.h} | 48 +-
be/src/exec/hdfs_writer.cpp | 2 +-
be/src/exec/hdfs_writer.h | 2 +-
be/src/exec/parquet_scanner.cpp | 13 +-
be/src/glibc-compatibility/CMakeLists.txt | 4 +-
be/src/olap/base_tablet.cpp | 2 -
be/src/olap/base_tablet.h | 2 +-
be/src/olap/tablet.cpp | 6 +-
be/src/olap/tablet_meta.cpp | 31 +-
be/src/olap/tablet_meta.h | 13 +-
be/src/runtime/file_result_writer.cpp | 6 +-
be/src/runtime/mem_tracker.cpp | 23 +-
be/src/runtime/snapshot_loader.cpp | 6 +-
be/src/runtime/snapshot_loader.h | 4 +-
be/src/util/aes_util.cpp | 16 +-
be/src/util/vectorized-tool/lower_upper_impl.h | 4 +-
be/test/olap/test_data/header_without_inc_rs.txt | 1 +
docs/.vuepress/public/images/canal_store.png | Bin 0 -> 51780 bytes
docs/.vuepress/sidebar/en.js | 6 +
docs/.vuepress/sidebar/zh-CN.js | 6 +
docs/en/administrator-guide/export-manual.md | 3 +-
.../load-data/binlog-load-manual.md | 492 +++++++++++++++++++++
docs/en/installing/compilation-arm.md | 11 +-
docs/en/installing/compilation.md | 9 +-
.../sql-statements/Data Definition/CREATE TABLE.md | 9 +-
.../Data Manipulation/CREATE SYNC JOB.md | 165 +++++++
.../PAUSE SYNC JOB.md} | 27 +-
.../RESUME SYNC JOB.md} | 23 +-
.../SHOW SYNC JOB.md} | 32 +-
.../STOP SYNC JOB.md} | 21 +-
docs/zh-CN/administrator-guide/export-manual.md | 4 +-
.../load-data/binlog-load-manual.md | 470 ++++++++++++++++++++
.../zh-CN/administrator-guide/materialized_view.md | 2 +-
docs/zh-CN/installing/compilation-arm.md | 15 +-
docs/zh-CN/installing/compilation.md | 9 +-
.../sql-statements/Data Definition/CREATE TABLE.md | 9 +-
.../Data Manipulation/CREATE SYNC JOB.md | 166 +++++++
.../Data Manipulation/PAUSE SYNC JOB.md} | 27 +-
.../Data Manipulation/RESUME SYNC JOB.md} | 29 +-
.../SHOW SYNC JOB.md} | 29 +-
.../Data Manipulation/STOP SYNC JOB.md} | 27 +-
.../apache/doris/alter/SchemaChangeHandler.java | 4 +-
.../org/apache/doris/analysis/InlineViewRef.java | 8 +
.../main/java/org/apache/doris/catalog/Column.java | 4 +
.../main/java/org/apache/doris/qe/cache/Cache.java | 1 +
.../org/apache/doris/qe/cache/CacheAnalyzer.java | 43 +-
.../org/apache/doris/qe/cache/PartitionCache.java | 7 +-
.../java/org/apache/doris/qe/cache/SqlCache.java | 6 +-
.../java/org/apache/doris/alter/AlterTest.java | 20 +
.../org/apache/doris/alter/RollupJobV2Test.java | 20 +
.../org/apache/doris/catalog/CatalogTestUtil.java | 66 ++-
thirdparty/CHANGELOG.md | 14 +-
thirdparty/download-thirdparty.sh | 12 +
thirdparty/patches/aws-c-cal-0.4.5.patch | 11 +
thirdparty/vars.sh | 8 +-
61 files changed, 1802 insertions(+), 262 deletions(-)
copy be/src/exec/{schema_scanner/schema_dummy_scanner.cpp =>
hdfs_reader_writer.cpp} (52%)
copy be/src/{runtime/result_writer.h => exec/hdfs_reader_writer.h} (53%)
create mode 100644 docs/.vuepress/public/images/canal_store.png
create mode 100644 docs/en/administrator-guide/load-data/binlog-load-manual.md
create mode 100644 docs/en/sql-reference/sql-statements/Data
Manipulation/CREATE SYNC JOB.md
copy docs/en/sql-reference/sql-statements/{Administration/UNINSTALL PLUGIN.md
=> Data Manipulation/PAUSE SYNC JOB.md} (71%)
copy docs/en/sql-reference/sql-statements/{Administration/SHOW PLUGINS.md =>
Data Manipulation/RESUME SYNC JOB.md} (72%)
copy docs/en/sql-reference/sql-statements/{Administration/UNINSTALL PLUGIN.md
=> Data Manipulation/SHOW SYNC JOB.md} (69%)
copy docs/en/sql-reference/sql-statements/{Data Definition/DROP INDEX.md =>
Data Manipulation/STOP SYNC JOB.md} (78%)
create mode 100644
docs/zh-CN/administrator-guide/load-data/binlog-load-manual.md
create mode 100644 docs/zh-CN/sql-reference/sql-statements/Data
Manipulation/CREATE SYNC JOB.md
copy docs/zh-CN/sql-reference/{sql-functions/aggregate-functions/max.md =>
sql-statements/Data Manipulation/PAUSE SYNC JOB.md} (69%)
mode change 100755 => 100644
copy docs/zh-CN/sql-reference/{sql-functions/date-time-functions/day.md =>
sql-statements/Data Manipulation/RESUME SYNC JOB.md} (70%)
copy docs/zh-CN/sql-reference/sql-statements/{Account Management/DROP USER.md
=> Data Manipulation/SHOW SYNC JOB.md} (69%)
copy docs/zh-CN/sql-reference/{sql-functions/date-time-functions/now.md =>
sql-statements/Data Manipulation/STOP SYNC JOB.md} (75%)
create mode 100644 thirdparty/patches/aws-c-cal-0.4.5.patch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]