Commit Graph

633 Commits

Author SHA1 Message Date
FuYouJ
6e7546a7a5 Merge branch 'master' into neo4jwriter 2023-07-11 17:28:00 +08:00
FuYouJ
c18f6f8225 Update Neo4jClient.java
事务运行时间和驱动链接时间赋默认值,与插件文档描述一致
2023-07-10 13:07:06 +08:00
FuYouJ
7e302fcd1b 测试方法命名风格改为驼峰;
更新文档
2023-07-07 21:01:38 +08:00
FuYouJ
cc90994e17 加强属性列和源数据列的校验,不匹配直接失败 2023-07-07 21:00:42 +08:00
FuYouJ
dc77fc11a1
Update neo4jwriter.md 2023-07-07 15:51:50 +08:00
FuYouJ
8f3f422ce7
Delete benchmark.png 2023-07-07 15:48:59 +08:00
FuYouJ
f37f77a607 修复打包目录指定问题 2023-07-06 23:23:15 +08:00
FuYouJ
8b9c51cada 配置field改名properties符合图数据库概念,日志打印精简 2023-07-06 22:14:48 +08:00
FuYouJ
4c260c4e12 解析数据时对null提前特判;反序列数组代码简化 2023-07-06 22:14:01 +08:00
FuYouJ
88daf5c270 配置命名风格调整为驼峰命名风格 2023-07-06 22:10:08 +08:00
penglin358
6c7e0f8e96
Merge pull request #1762 from zlqpzww/master
fix semantic error
2023-07-06 10:27:26 +08:00
penglin358
a1d4f2c3fe
Merge pull request #1798 from goSilver/20230525-fix-log-keyword
修复日志关键词错误
2023-07-06 10:26:55 +08:00
penglin358
823a040026
Merge pull request #1822 from JJiacheng/master
Document output error
2023-07-06 10:26:31 +08:00
penglin358
d0d625f801
Merge pull request #1828 from linyu003/proper-name-for-condition
rename notInsufficient to notSufficient
2023-07-06 10:26:02 +08:00
penglin358
c0ff948fe4
Merge pull request #1823 from eltociear/patch-1
Fix typo in tdenginewriter.md
2023-07-06 10:24:54 +08:00
chenxia
d54c1ae199 rename notInsufficient to notSufficient 2023-07-04 23:31:29 +08:00
Ikko Eltociear Ashimine
622524593a
Fix typo in tdenginewriter.md
Colum -> Column
2023-07-02 01:47:16 +09:00
FuYouJ
5c337d6b22 apoc安装在容器之内便于测试 2023-06-29 22:25:05 +08:00
ivesjcjiang
1c9e9b61c9 fix:Modify document output errors 2023-06-29 11:07:22 +08:00
FuYouJ
b0c3d3e6d9 在结束task时销毁threadLocal 2023-06-25 21:21:14 +08:00
FuYouJ
2ccb0c782b 添加打包配置 2023-06-23 13:34:51 +08:00
FuYouJ
52db2645e1 添加配置模版 2023-06-23 13:34:38 +08:00
FuYouJ
d0679abf45 删除注释掉的代码 2023-06-22 18:45:28 +08:00
FuYouJ
643c26ec0b neo4jwriter 2023-06-22 18:42:29 +08:00
goSilver
47f6dff024
修复日志关键词错误
这里这一行日志本身是打印post sql的明细,但是关键词typo了拼成了presql,影响搜索日志排查问题。
2023-05-25 23:36:57 +08:00
Chen HaoYu
1ff453b9cb fix: 解决sftp服务器连接失败未抛出异常,导致后续获取ChannelSft出现nullPointerException 2023-05-17 09:50:07 +08:00
Hui Zheng
235085013c fix semantic error
In VMInfo class, the os info assigns to jvmInfo variable and the jvm
info assigns to osInfo variable. Fix it.
2023-04-21 11:10:26 +08:00
dingxiaobo
f6d21f112d
Merge pull request #1739 from Vita0519/patch-2
Update mysql2doris.json
2023-04-14 09:54:16 +08:00
dingxiaobo
3000483701
Merge pull request #1740 from iuhoay/patch-1
Style
2023-04-14 09:53:53 +08:00
dingxiaobo
4e94ed586b
Merge pull request #1754 from alibaba/20230414_exception_trace
add exception trace.
2023-04-14 09:50:58 +08:00
dingxiaobo
fdf33bf58a add exception trace. 2023-04-14 09:49:37 +08:00
dingxiaobo
2ebc1bb447
Merge pull request #1742 from yifanzheng/hotfix
fix issues: #1695,#1700,#1729
2023-04-13 10:57:56 +08:00
dingxiaobo
4f1ef7b2c9
Merge pull request #1752 from hantmac/feat/upgrade-databend
feat: upgrade databend jdbc
2023-04-13 10:53:34 +08:00
Jeremy
9f57abc736
Merge branch 'master' into feat/upgrade-databend 2023-04-12 17:30:52 +08:00
hantmac
2afa39df7b feat: upgrade databend jdbc 2023-04-12 17:26:03 +08:00
Star Zheng
98600015e5 fix: issue(#1695,#1700)fetchSingleValueWithRetry方法存在连接泄漏问题 2023-04-01 10:18:46 +08:00
Star Zheng
21da2d4061 fix: issue(#1729)修复JOB_WRITER值错误问题 2023-04-01 10:06:37 +08:00
iuhoay
6292a33219
Style 2023-03-31 15:09:43 +08:00
Vita0519
26902cb4d7
Update mysql2doris.json
json文件格式报错,少一对{}
2023-03-31 11:30:42 +08:00
dingxiaobo
a4743c60da
Merge pull request #1730 from yifanzheng/hotfix-issue#668
fix: issue(#668)修复连接未关闭问题
2023-03-31 09:22:39 +08:00
Star Zheng
14cb76e5f3 fix: issue(#668)修复连接未关闭问题 2023-03-26 17:16:27 +08:00
dingxiaobo
a48fa9f6ed
Merge pull request #1639 from TaoZex/typo_SR
StarRocks doc typo
2023-03-23 13:55:09 +08:00
dingxiaobo
bdc30971a7
Merge pull request #1640 from orrrpuse/ftpwriter_doc_update
Update ftpwriter.md
2023-03-23 13:54:53 +08:00
dingxiaobo
2401ac3337
Merge pull request #1688 from hantmac/patch-1
Update pom.xml
2023-03-23 13:50:50 +08:00
dingxiaobo
ae69ac34ee
Merge pull request #1704 from com-kalisita/es_entpoints_20230306
ElasticSearchClient 支持写入到集群
2023-03-23 13:49:59 +08:00
dingxiaobo
430f08b16a
Merge pull request #262 from wangchuande/hotfix/hdfs-reader-split
fix orcFileStartRead
2023-03-23 13:46:57 +08:00
dingxiaobo
dc8617dd4e
Merge pull request #1725 from ihuaihaii/bug/txtreader-noInitCsvConfig
bug:修复TxtFileReader读CSV文件时,不读CSVConfig问题
2023-03-23 13:43:56 +08:00
Trafalgar
2f5c9cf91e
Merge pull request #1726 from alibaba/opensource_2303
Opensource 2303
2023-03-22 11:55:30 +08:00
dingxiaobo
85c22117ec add 202303 release note 2023-03-22 10:45:06 +08:00
dingxiaobo
3172e24681 remove fastjson shade, fix starrocks writer plugin 2023-03-22 10:24:36 +08:00