Coder Social home page Coder Social logo

Comments (8)

heartdance avatar heartdance commented on July 18, 2024

请求头csv相关参数设置如下,其中f4为base64格式,所以包含\r\n:
columns: f1,f2,f3,f4,f5,f6
column_separator: ,
enclose: '
escape: \
数据格式如下,其中的\r\n为换行符非转义后的字符:

1,2,3,'line1\r\nline2\r\nline3\r\n...',5,6
1,2,3,'line1\r\nline2\r\nline3\r\n...',5,6
...

相同的一批数据,如果按每10条一批插入就没问题,按10000条左右(共64MB左右)批量插入就会报错,其中某行会从lineN被截断

from doris.

liaoxin01 avatar liaoxin01 commented on July 18, 2024

#34364 这个pr应该fix这个问题,你试下2.1.3版本看看的

from doris.

heartdance avatar heartdance commented on July 18, 2024

好的非常感谢,我试一下

from doris.

heartdance avatar heartdance commented on July 18, 2024

#34364 这个pr应该fix这个问题,你试下2.1.3版本看看的

我跟这个pr应该不是相同的问题,他的问题是必现的,跟数据量无关,我的是跟批量文件大小相关的,把大文件(64MB左右)拆分为小几个文件再执行就不会报错

from doris.

liaoxin01 avatar liaoxin01 commented on July 18, 2024

@heartdance 试了新版还是不行吗?那个bug大文件容易触发到

from doris.

heartdance avatar heartdance commented on July 18, 2024

@heartdance 试了新版还是不行吗?那个bug大文件容易触发到

是的,还是有同样的问题

from doris.

heartdance avatar heartdance commented on July 18, 2024

我看了下be日志,有如下报错:

stream_load.cpp:349] append body content failed, errmsg=[INTERNAL_ERROR]cancelled: closed, id=...
stream_load_executor.cpp:100] fragment execute failed, err_msg=[DATA_QUALITY_ERROR]too many filtered rows, id=...

from doris.

ixzc avatar ixzc commented on July 18, 2024

please add my wechat: Faith_xzc

from doris.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.