6c6380969b
[refactor] replace boost smart ptr with stl ( #6856 )
...
1. replace all boost::shared_ptr to std::shared_ptr
2. replace all boost::scopted_ptr to std::unique_ptr
3. replace all boost::scoped_array to std::unique<T[]>
4. replace all boost:thread to std::thread
2021-11-17 10:18:35 +08:00
40f53ac71f
fix bitmap unit test failed ( #5610 )
2021-04-08 10:25:59 +08:00
d641a26490
[Refactor] Remove boost filesystem ( #5579 )
...
* use std::filesystem instead of boost
Co-authored-by: Mingyu Chen <morningman.cmy@gmail.com >
2021-04-08 09:11:59 +08:00
93a4c7efc1
[LOG] Standardize the use of VLOG in code ( #5264 )
...
At present, the application of vlog in the code is quite confusing.
It is inherited from impala VLOG_XX format, and there is also VLOG(number) format.
VLOG(number) format does not have a unified specification, so this pr standardizes the use of VLOG
2021-01-21 12:09:09 +08:00
6fedf5881b
[CodeFormat] Clang-format cpp sources ( #4965 )
...
Clang-format all c++ source files.
2020-11-28 18:36:49 +08:00
9d03ba236b
Uniform Status ( #1317 )
2019-06-14 23:38:31 +08:00
0341ffde67
Revert commit 'Add log to detect empty load file' ( #447 )
...
Looks like we still need to send push task without file
to Backend, or load job will fail.
Fix it later.
2018-12-19 12:29:12 +08:00
5a6e5cfd07
Add log to detect empty load file ( #445 )
...
We find that a load file may not be generated for rollup tablet,
add a log to observe.
2018-12-18 12:44:36 +08:00
e99468c387
Add HttpClient class ( #441 )
...
Replace FileDownloader with HttpClient, this patch change clone_copy and
pusher's download.
2018-12-18 09:55:11 +08:00
ff95f23615
Remove OLAP_LOG_DEBUG AND OLAP_LOG_TRACE log format ( #378 )
...
Use VLOG(3) and VLOG(10) instead
2018-12-03 10:08:21 +08:00
3d324e38ea
Remove OLAP_LOG_INFO log format. Use LOG(INFO) instead ( #372 )
2018-11-30 20:59:40 +08:00
49302955c8
Revert "Remove OLAP_LOG_INFO log format. Use LOG(INFO) instead ( #370 )" ( #371 )
...
This reverts commit a816925776de06dc7503ea7429802cad9042d0e4.
2018-11-30 20:56:51 +08:00
a816925776
Remove OLAP_LOG_INFO log format. Use LOG(INFO) instead ( #370 )
...
* Remove unused row-oriented format flags
* Remove unused row-oriented format flags
* Remove OLAP_LOG_INFO log format. Use LOG(INFO) instead
2018-11-30 20:36:58 +08:00
37b4cafe87
Change variable and namespace name in BE ( #268 )
...
Change 'palo' to 'doris'
2018-11-02 10:22:32 +08:00
2868793b6b
Change license to Apache License 2.0 ( #262 )
2018-11-01 09:06:01 +08:00
051aced48d
Missing many files in last commit
...
In last commit, a lot of files has been missed
2018-10-31 16:19:21 +08:00
6486be64c3
fix license statement ( #29 )
...
* change picture to word
* change picture to word
* SHOW FULL TABLES WHERE Table_type != VIEW sql can not execute
* change license description
2017-08-18 19:16:23 +08:00
e2311f656e
baidu palo
2017-08-11 17:51:21 +08:00