fc9beac468
branch-2.1: [fix](arrow-flight-sql) Separate arrow-flight-sql connection and mysql connection ( #51110 )
2025-05-22 20:39:48 +08:00
00e6902212
branch-2.1: [chore](arrow-flight-sql) Add Arrow Flight Sql demo for Java #45306 ( #45389 )
...
Cherry-picked from #45306
Co-authored-by: Xinyi Zou <zouxinyi@selectdb.com >
2024-12-16 14:56:56 +08:00
fa45f3b95a
[feature](paimon/iceberg)add a docker that can directly pull up all the relevant environments of paimon/iceberg/doris for 2.1 ( #38009 ) ( #38588 )
...
bp: #38009
2024-07-31 23:05:51 +08:00
ce4983eaf2
[datalake](hudi) add hudi docker compose to run hudi examples ( #37774 )
...
bp: #37451
2024-07-15 17:16:59 +08:00
367603a6c9
[security] fix fastjson security issues. ( #35120 )
...
cherry pick from #34627
Co-authored-by: derenli <derenli@tencent.com >
2024-05-21 16:35:42 +08:00
f565f60bc3
[refactor](standard)BE:Initialize pointer variables in the class to nullptr by default ( #27587 )
2023-11-28 13:02:30 +08:00
42e5a3324c
[Bug](samples)fix IndexOutOfBoundsException ( #25608 )
2023-10-20 15:04:44 +08:00
c9b4749276
[fix](RemoteUDF) fix string type do not set PGenericType #23832
2023-09-05 09:23:20 +08:00
4b99179d00
[fix](sec) update mysql:mysql-connector-java 8.0.15 to 8.0.28 ( #22776 )
2023-09-02 23:24:34 +08:00
1cd99c27e2
[CI](docs)Add deadlink check ( #22736 )
2023-08-09 14:58:37 +08:00
40050a46ca
[fix](java-udf)Fix cannot download pentaho-aggdesigner-algorithm jar in java udf and format it ( #20013 )
2023-06-16 09:40:48 +08:00
4ac38ca67a
[typo](docs) add a python example for stream load. ( #20697 )
2023-06-13 08:57:01 +08:00
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