Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-08-08 Thread via GitHub
liaoxin01 commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2275583240 包围符有换行符的时候是有个bug导致切分错误,https://github.com/apache/doris/pull/38347 这个pr最近修了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-08-08 Thread via GitHub
mark-triker commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2275488912 我在想是不是doris数据加载时做了文件分割来并行加载,分割时没考虑enclose符号的问题,我也遇到了类似的问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
ixzc commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2152212774 please add my wechat: Faith_xzc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
heartdance commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151991659 我看了下be日志,有如下报错: ```txt stream_load.cpp:349] append body content failed, errmsg=[INTERNAL_ERROR]cancelled: closed, id=... stream_load_executor.cpp:100] fragment execute fai

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
heartdance commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151950941 > @heartdance 试了新版还是不行吗?那个bug大文件容易触发到 是的,还是有同样的问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
liaoxin01 commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151896771 @heartdance 试了新版还是不行吗?那个bug大文件容易触发到 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
heartdance commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151806833 > #34364 这个pr应该fix这个问题,你试下2.1.3版本看看的 我跟这个pr应该不是相同的问题,他的问题是必现的,跟数据量无关,我的是跟批量文件大小相关的,把大文件(64MB左右)拆分为小几个文件再执行就不会报错 -- This is an automated message from the Apache Git Service

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
heartdance commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151793951 好的非常感谢,我试一下 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
liaoxin01 commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151669330 https://github.com/apache/doris/pull/34364 这个pr应该fix这个问题,你试下2.1.3版本看看的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-06 Thread via GitHub
heartdance commented on issue #35954: URL: https://github.com/apache/doris/issues/35954#issuecomment-2151562153 请求头csv相关参数设置如下: columns: f1,f2,f3,f4,f5,f6 column_separator: , enclose: ' escape: \ 数据格式如下: ```csv 1,2,3,'line1\r\nline2\r\nline3\r\n...',5,6 1,2,3,'line1\r\

[I] [Bug] Stream Load导入csv行数较多时行分割错误 [doris]

2024-06-05 Thread via GitHub
heartdance opened a new issue, #35954: URL: https://github.com/apache/doris/issues/35954 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.1.2-rc04