Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Claudio Leche
17
•
asked Dec 10, 2024
使用 selectdb-doris-2.1.4-rc03 的版本时,在使用 not like 条件查询结果不准确的问题
例如: {code...} 增加一个非空的条件或者增加排序就返回有数据。 我在使用最新版本的 2.1.7 就没有这个问题,是否需要通过升级版本来解决这个问题
2.1
0
votes
1
answers
44
views
3
•
asked Dec 9, 2024
使用es catlog查询时报错:Expected value of type: DOUBLE; but found type: Varchar/Char; Document source slice is : ""
经过初步的排查,确定问题数据以及相关问题字段:es中id=1790943549378789460的数据,es中相关字段:market_price、settlement_price、suggested_retail_price 备注:该文档中的这三个字段的值 之前都是""空字符,后来改成了null或者0后,还是报错 问题详细描述: 问题sql: SELECT id, IFNULL(product_id, '') AS product_id, IF...
3.0
query
ingestion
0
votes
2
answers
83
views
wunan1210
3
•
asked Dec 9, 2024
如何在创建异步物化视图的时候设置字段类型?
我创建的时候类似于 {code...} col_a 是一个string类型的字段, varchar放不下, 在物化视图创建的时候报错字段超长, 这个是否有好的解决方案?
2.1
物化视图
0
votes
2
answers
22
views
liujiamin
3
•
asked Dec 9, 2024
Arrow Flight SQL数据查询求助!!!
一个复杂的sql,分别用jdbc:mysql://和jdbc:arrow-flight-sql://执行,mysql可以正常执行,arrow-flight-sql无返回数据。是需要设置什么吗?如果不处理字段,直接count(1),都有结果。这个ResultMeta是什么? mysql: arrow-flight-sql: count(1)结果都有:
2.1
catalog
0
votes
3
answers
89
views
一纸繁荒
13
•
asked Dec 9, 2024
资源统计的IO Util不准确
通过manager页面查看集群-资源中的IO Util很高,但是通过服务器执行iostat查看并不高,且当时是没有什么业务读写doris节点。
manager
0
votes
1
answers
62
views
zoooy
3
•
asked Dec 9, 2024
有什么可以直接用的Doris SQL解析器吗
需要解析SQL,修改后再转换为SQL。我试过druid、jsqlparser,都有些语法不支持。
faq
0
votes
1
answers
63
views
saber.destiny
5
•
asked Dec 9, 2024
在使用K8S 部署 FoundationDBCluster 自定义sidercar image yaml 配置,未生效
这个是我的FoundationDBCluster yaml 定义 下面 是我使用kubectl get fdb bnq-prod-fdb-cluster -oyaml 查看的结果,并没发现 sider 自定义镜像的配置。 {code...}
decoupled
3.0
cluster
install
0
votes
1
answers
48
views
changguowei
199
•
asked Dec 9, 2024
Doris2.17 执行SQL报Column Nullable(UInt32) is not a contiguous block of memory错误
Doris版本:2.1.7 报错信息 执行SQL {code...}
2.1
0
votes
1
answers
64
views
leoleo
17
•
asked Dec 9, 2024
doris2.1.7版本同时开启dynamic_partition和auto_partition问题
只使用auto_partition创建分区,没有数据的时候是没有分区的,但是auto_partition和dynamic_partition一起使用,如图就会自动创建一个最新的当前月的分区,但是创建出来的分区名和auto_partition插入数据创建出来的又不一样,估计这样导致无法通过alter生效的,不同名称如下:图: “圈红的”就是开启dynamic_partition创建的,不管有没得数据都会创建,而auto_partition创建的是上面的,PartitionNam...
2.1
0
votes
2
answers
139
views
Pumbaa
9
•
asked Dec 9, 2024
Doris通过jdbcUrl支持直接连接catalog吗
连接internal表可以通过 jdbc:mysql://FE_IP:FE_PORT/dbName 如果创建了hive catalog,通过jdbc:mysql://FE_IP:FE_PORT/catalogName 无法连接,除了不指定dbName,通过switch的方式切换到catalog,有可以直接在jdbcUrl上直接连接到该catalog的方法吗
catalog
0
votes
2
answers
56
views
Prev
Prev
124
125
126
(current)
127
128
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
doris-manager看grafana图表经常有 BE not alive情况
1 answers
doris开源版支持ANN索引嘛?
如何查看这个日志 是由哪个视图引起的
Windows下Docker部署是用curl stream load导入数据无法连接到be
2.1.11的arm版的包是不是不太对