Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24
【直播预告】11 月 27 日,企业级 AI 应用解读系列直播来袭!首期聚焦 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-20251127...
community
4.0
0
votes
0
answers
31
views
zh
1
•
asked 16h ago
设置时区+08:00后,查询 information_schema.`partitions` 报错invalid format: Fixed/UTC+08:00:00
doris设置时区后查询报错 information_schema.partitions java.sql.SQLException: errCode = 2, detailMessage = (ip)[INTERNAL_ERROR]TStatus: Invalid ID for region-based ZoneId, invalid format: Fixed/UTC+08:00:00 doris 版本: doris version doris-4.0.1-rc02-79...
demand
0
votes
0
answers
22
views
Ralts
1
•
asked 19h ago
doris 3.1.1 中 使用LEAST、GREATEST 函数,相同的变量会因为不同精度返回不一样的结果
select LEAST(cast(123.4 as decimal(38,4)),cast(23.45 as decimal(38,4))) as reuslt1, LEAST(cast(123.4 as decimal(38,4)),cast(23.45 as decimal(38,6))) as reuslt2, LEAST(cast(123.4 as decimal(36,4)),cast(23.45 as decimal(36,6))) as reuslt3, LE...
3.0
0
votes
0
answers
6
views
yanglinxi
1
•
asked 19h ago
1.2.8升级2.0.0 报错
2025-12-04 14:34:34,828 INFO (main|1) [PrivTable.addEntry():73] add priv entry: database privilege.ctl: internal, db: default_cluster:base_kheb, priv: Select_priv Load_priv Alter_priv Create_priv Drop_priv 2025-12-04 14:34:34,828 INFO (main...
2.0
0
votes
0
answers
3
views
yanglinxi
1
•
asked 21h ago
1.2.8升级到2.0.0 FE报错
java.io.IOException: java.lang.reflect.InvocationTargetException at org.apache.doris.persist.meta.MetaReader.read(MetaReader.java:119) at org.apache.doris.catalog.Env.loadImage(Env.java:1733) at org.apache.doris.catalog.Env.initialize(Env.j...
1.2
0
votes
0
answers
3
views
huangshiyou
11
•
asked 22h ago
doris-flink-connector 25.1.0在调用stream load时怎么去掉header中的columns属性
3.1
0
votes
0
answers
3
views
Chenhaokaiyan
1
•
asked 22h ago
doris manager 创建存算分离集群时,hdfs storage vault 怎么使用高可用连接而不是单一连接一个namenode
如图所示
decoupled
3.0
manager
0
votes
0
answers
3
views
Zane
1
•
asked 23h ago
Doris从2.1.11升级至3.0.8后streamload效率变慢
Doris从2.1.11升级至3.0.8后streamload效率变慢,并且8040端口监控可能会堵塞(BE Not Alive显示为1,几秒后恢复)
3.0
0
votes
0
answers
5
views
qingshan
1
•
asked 23h ago
doris查询paimon外表有些表会报错
调整be.conf的这个参数没有效果 JAVA_OPTS="-Xmx2048m -XX:+UseG1GC" paimon版本是1.1的,parquet 是几M大小。 报错日志: errCode = 2, detailMessage = (10.130.66.108)[INTERNAL_ERROR]failed to init reader, err: [JNI_ERROR]Failed to get JNIEnv: it is nullptr. 0# dori...
query
4.0
0
votes
0
answers
7
views
smile.chan
1
•
asked Dec 4
Doris从3.0.3升级到3.0.8遇到的问题?
你好,想将doris从3.0.3升级到3.0.8,但是docker hub没有3.0.8的镜像怎么办?
3.0
0
votes
0
answers
9
views
1
(current)
2
3
Next
Next
Hot Questions
【直播预告】11 月 27 日,企业级 AI 应用解读系列直播来袭!首期聚焦 AI 函数应用
doris2.1.7 truncate table xxx 及 create table 报错,faied to find enugh backend
1 answers
routine load导入部分列更新失效
1 answers
设置时区+08:00后,查询 information_schema.`partitions` 报错invalid format: Fixed/UTC+08:00:00
python使用读写doris的主流使用方式是什么样的
1 answers
doris 3.1.1 中 使用LEAST、GREATEST 函数,相同的变量会因为不同精度返回不一样的结果