Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24, 2025
【资料获取】AI- Native 系列直播,聚焦 AI 函数、混合检索、实践落地等
11 月 27 日(周四) 19:30-20:30,飞轮科技资深技术专家、Apache Doris PMC 成员李昊鹏、Apache Doris Active Contributor 林真祺将带来 Apache Doris 4.0 版本原生 AI 函数的设计理念、实现原理 以及企业级应用的解读,为用户提供更强大、更易用的智能数据分析体验。 资料获取: [https://www.selectdb.com/resources/events/doris-webinar-202511...
community
4.0
0
votes
0
answers
219
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
22
answers
8555
views
YehuiWu
1
•
asked 12h ago
4.1.2版本分区裁剪失效
Doris4.1.2 存算一体, 偶发bug, 自动分区表 全表查询OK, 通过分区筛选查询不到数据, 重建该表重导数据分区裁剪生效,建表语句如下: {code...} 重建表重导数据后 select * from dws.dws_test where dt >= '2026-07-10' 可以查到了,分区裁剪生效了, 跟我之前的这个问题一样,只是触发的方式不一样 [https://doris-forum.org.cn/questions/D13U4/b...
4.1
0
votes
0
answers
11
views
ASJW321
15
•
asked 13h ago
使用doris物化视图做数仓分层,哪种策略好
方案一.dwd层使用物化视图,1个小时刷新一次数据,dws和ads层只要dwd数据有更新就刷新数据,多表关联会不会影响到透明改写效果,怕物化视图多了影响性能 方案二.不用物化视图,直接挂别的定时任务,生成实体表
3.0
mtmv
content
performance
0
votes
0
answers
6
views
青青青啊
1
•
asked 17h ago
调用Doris数据时报数据块损坏,根据官网解决方案排查,所有节点分片均正常,调用时还是会报错,doris版本为2.1.7
Caused by: org.apache.doris.flink.exception.DorisInternalException: Doris server Doris BE{host='ip', port=} internal failed, status code [CORRUPTION] error message is [[CORRUPTION]Bad page: checksum mismatch (actual=2573285288 vs ex...
2.0
0
votes
0
answers
6
views
ctrlenter
1
•
asked 19h ago
failed to send brpc batch, error=RPC call is timed out
Doris 版本:doris-4.0.5-rc01 be日志很多类似的报错,不知道什么原因,是不是和streamload有关: vtablet_writer.h:176] failed to send brpc batch, error=RPC call is timed out, error_text=[E1008]Reached timeout=599993ms @XXXX
ingestion
0
votes
0
answers
10
views
SyunKei
21
•
asked Jul 15
3.0.8版本查hive外表报错:[INTERNAL_ERROR][E6] Parameters start = 0, length = 1, are out of bound
如题,要查的hive表有struct类型的列,直接select * 会报错: java.sql.SQLException: errCode = 2, detailMessage = (10.xxx.xxx.xxx)[INTERNAL_ERROR][E6] Parameters start = 0, length = 1, are out of bound in ColumnVector::insert_range_from method (data.size() = 0). ...
3.0
query
0
votes
0
answers
7
views
dolphinDoris
5
•
asked Jul 15
doris-hash 各类函数
希望 doris 官方能够提供一些关于 doris 内置的各种 hash 函数的 java 版本的仓库,比如,xxhash_64 函数, murmur_hash64 函数等等。 在数据生产过程中,在 flink 或者 spark 中会使用各种 hash 函数,但是发现和 doris 中内置的 hash 函数的值会有所不同。 所以官方能不能给出一个库呢?
demand
0
votes
1
answers
24
views
Dave
1
•
asked Jul 14
Doris漏洞
目前有两个漏洞,一个是Apache apisix授权问题漏洞(CVE-2026-49231),一个是 Apache Doris MCP server SQL注入漏洞,3.1.3和2.1.7两个版本是否涉及这个漏洞
3.0
0
votes
0
answers
8
views
vinky
1
•
asked Jul 14
doris版本 4.0.6中SHOW STREAM LOAD加where条件报错跟说明不符合
版本 4.0.6 SHOW STREAM LOAD from dp where Status='Success' ORDER BY StartTime DESC limit 1 这样查询报错,报错信息写的STATE,但结果显示字段是STATUS detailMessage = Where clause should looks like: LABEL = "your_load_label", or LABEL LIKE "matcher...
4.0
0
votes
1
answers
26
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
4.1.2版本分区裁剪失效
使用doris物化视图做数仓分层,哪种策略好
failed to send brpc batch, error=RPC call is timed out
调用Doris数据时报数据块损坏,根据官网解决方案排查,所有节点分片均正常,调用时还是会报错,doris版本为2.1.7
doris-hash 各类函数
1 answers
3.0.8版本查hive外表报错:[INTERNAL_ERROR][E6] Parameters start = 0, length = 1, are out of bound