1f63c56e20
[sample](doris-soruce) add demo for reading data from doris be using thrift ( #20192 )
2023-06-06 19:57:34 +08:00
ec517a53a8
[Chore](build) upgrade clang-format version to 16 && move thrift to fe-common ( #19155 )
...
upgrade clang-format version to 16
move thrift to fe-common
fix core dump on pipeline engine when operator canceled and not prepared
2023-04-28 14:14:51 +08:00
41fbe711b0
[typo][samples](docs)(java) add read bitmap sample and update document. ( #19005 )
2023-04-25 19:07:51 +08:00
926c6056c7
[refactor](config) Delete the environment variable enable_vectorized_engine ( #18166 )
2023-04-07 14:23:16 +08:00
5fccbac81b
[fix](demo)add Sync full database for versions below doris 1.2 ( #17669 )
2023-03-13 11:17:29 +08:00
698e9cd243
[fix](demo)fix cdc failed to synchronize datetime type in mysql, and added JsonDebeziumSchemaSerializer ( #16971 )
...
* [fix](demo)fix cdc failed to synchronize datetime type in mysql, and added JsonDebeziumSchemaSerializer
* add licenses for DateToStringConverter
2023-03-02 14:14:58 +08:00
b21fdace37
[bugfix](RemoteUDF) fix remote udf retrun rpc env init error ( #16325 )
2023-02-06 15:47:10 +08:00
6151a43e9c
[Thirdparty](Protobuf) update protobuf from 3.14.0 to 3.15.0 ( #15055 )
2022-12-24 20:45:11 +08:00
9d83c59764
[samples](golang)add golang stream load and read bitmap sample #15273
...
Co-authored-by: hourong <hourong@zhihu.com >
2022-12-23 22:22:52 +08:00
d9fc46382b
[samples](java udf demo)Java udf demo aes ( #15011 )
...
* add java udf function demo
2022-12-13 12:09:03 +08:00
f9d7983671
[fix](doris-demo)fix flink-connector demo maven dependency conflict ( #14714 )
2022-12-02 10:18:27 +08:00
55cae6202f
[typo](docs)add udf doc and optimize udf regression test ( #14000 )
2022-11-10 09:24:45 +08:00
1724faf9a5
[test](java-udf)add java udf RegressionTest about the currently supported data types #13972
2022-11-05 19:25:58 +08:00
d16ff79217
[fix](flinkCDC Demo):fix flinkcdc demo execution error ( #13148 )
2022-10-09 09:13:18 +08:00
c03f7c3ba4
[sample](flink-connector) add doris data delete function ( #12599 )
2022-09-14 19:18:59 +08:00
957bf98784
[docs](remote-udaf) change title ( #12133 )
2022-08-29 12:11:48 +08:00
f6023d8a5b
[sample](flink-connector) add full db sync v2 ( #12090 )
...
* add db sync v2
2022-08-26 16:13:01 +08:00
4fa53b4cdb
[chore](workflow) Add shellcheck to check shell scripts ( #11744 )
2022-08-18 16:07:28 +08:00
3e10be4ba7
[remote-udaf](sample) add some java demo ( #11752 )
2022-08-16 14:37:34 +08:00
1e61fdf242
[remote-udaf](sample) add some c++ demo ( #11761 )
2022-08-16 14:32:04 +08:00
8a3ee91bb5
[remote-udaf](sample) add some python demo ( #11760 )
2022-08-16 09:26:36 +08:00
5d02f70a0f
[remote-udaf](python-samples) use python to impl remote avg and sum s… ( #11655 )
2022-08-10 22:13:37 +08:00
cb7eb725fe
Optimize flink oracle cdc, add flink read es to doris sample code ( #11274 )
2022-07-29 18:11:18 +08:00
5eb4b402e4
[demo]add sync full database ( #11276 )
...
Co-authored-by: wudi <>
2022-07-28 14:06:59 +08:00
f5479fa80e
[Sample] Add Flink Connector Sample Code ( #11120 )
...
Co-authored-by: wudi <>
2022-07-26 18:00:51 +08:00
03d466febe
[UDAF](sample) impl rpc avg udaf ( #11132 )
2022-07-26 18:00:13 +08:00
552c0568fe
[sample]Add flink doris connector 1.1 sample code ( #10970 )
...
* Add flink doris connector 1.1 sample code
2022-07-22 10:18:27 +08:00
6736e06679
[feature](udf) Vectorization support remote udaf #10683 ( #10685 )
2022-07-18 17:15:34 +08:00
aab7dc956f
[refactor](load) Remove mini load ( #10520 )
2022-06-30 23:21:41 +08:00
67f341f44e
[TLP](step-1) Remove incubator prefix ( #10230 )
...
Remove some `incubator-` prefix in source code.
The document is not modified, will be done in next PR.
2022-06-19 19:34:52 +08:00
ae680b4248
[UDF] support RPC udaf part 1: support create RPC udaf in fe ( #8510 )
2022-04-21 17:38:58 +08:00
81495b0ff1
[docs]correct spelling of the word 'LABEL' #3265 ( #8956 )
2022-04-12 08:44:33 +08:00
fd054ca2f6
[doc](java-udf) add docs for Java UDF ( #8944 )
2022-04-11 09:37:48 +08:00
ac9acc8e9d
[fix](sample)(cpp) fix the condition of breaking for loop in function ( #8497 )
2022-03-18 09:37:48 +08:00
09bfb8b9d3
[fix] (rpc-udf) Fixed the problem that the query could not be interrupted ( #8248 )
...
if an error occurred in the rpc server during the execution of rpc-udf.
Add java,cpp,python demo of rpc-udf server
2022-03-03 09:30:03 +08:00
b27122df8b
[Docs] add rpc function document ( #7984 )
...
* add rpc function document
2022-02-20 23:26:52 +08:00
6934534155
[fix](demo) scala.Function1 used in java about compiling error:apply$mcVJ$sp(long)
...
Fix MyForeachPartitionFunction.java:xxx:xxx
java: org.apache.doris.demo.spark.demo.hdfs.MyForeachPartitionFunction is not abstract and does not override abstract method apply$mcVJ$sp(long) in scala.Function1
2022-02-12 15:59:41 +08:00
c0e59e59aa
[fix][refactor] fix bugs and refactor some code by lint ( #7871 )
...
1. Fix some `passedByValue` issues.
2. Fix some `dereferenceBeforeCheck` issues.
3. Fix some `uninitMemberVar` issues.
4. Fix some iterator `eraseDereference` issues.
5. Fix compile issue introduced from #7923 #7905 #7848
2022-02-01 14:31:14 +08:00
cacc29470b
[demo] Add Flink oracle cdc demo ( #7845 )
2022-01-31 22:11:38 +08:00
4bdeef3b64
[chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error ( #7804 )
...
1. fix problems when build fe_plugins
2. format
3. add docs about dump data using mysql dump
2022-01-26 09:11:23 +08:00
738d2d2e07
[refactor] update parent pom version and optimize build scripts ( #7548 )
2022-01-05 10:45:11 +08:00
2872dbfeb8
[refactor] Standardize the writing of pom files, prepare for deployment to maven ( #7477 )
2021-12-30 10:16:37 +08:00
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
dcad6ff5e5
[License] Add License header for missing files ( #7130 )
...
1. Add License header for missing files
2. Modify the spark pom.xml to correct the location of `thrift`
2021-11-16 18:37:54 +08:00
f49362b0d7
[Demo] Add Spark-Doris-Sink demo ( #6570 )
...
This demo includes reading hdfs files and writing doris through streaming load、 reading kafka message queues and writing doris through streaming load and reading doris tables through spark doris connector to build DataFrame dataset.
2021-09-24 21:35:08 +08:00
ace21ebf83
Doris-spark connector examples ( #6485 )
...
* doris spark connector examples
* add usage documentation and license
Co-authored-by: shengy <whyMy2017>
2021-08-27 10:57:11 +08:00
4cfebc35a7
Flink reads multiple data sources to doris ( #6490 )
...
* Flink reads multiple data sources to doris
Co-authored-by: caol <caol@shuhaisc.com >
2021-08-27 10:55:53 +08:00
de7376062a
[Demo] Add flink mysql cdc to doris demo ( #6352 )
...
add flink mysql cdc to doris
2021-08-05 14:34:52 +08:00
b5d8ee35f5
[Demo] Add spring mybatis jdbc demo ( #6349 )
...
add spring mybatis jdbc demo
2021-08-05 14:34:34 +08:00
216295d1b8
[Demo] Add stream load demo ( #6344 )
...
add stream load demo
2021-08-05 14:33:39 +08:00