You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/28 12:07:42 UTC

[GitHub] [doris] Wilson-BT opened a new issue, #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Wilson-BT opened a new issue, #11305:
URL: https://github.com/apache/doris/issues/11305

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.1.0
   
   ### What's Wrong?
   
   For now, when we use http inputstream to do stream load, we can only use  \n as line delimiter,otherwise, doris will return json line parse error.if one column has '\n' internal,it will cause another line parse error. i think we should think about it to avoid them.
   
   ### What You Expected?
   
   we can use another special characters for line delimiter.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Wilson-BT commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by GitBox <gi...@apache.org>.
Wilson-BT commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1200649087

   > doris support config line_delimiter.
   
   I had done some test , line_delimiter can only use ‘\n’
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] stalary commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by GitBox <gi...@apache.org>.
stalary commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1200378513

   doris support config line_delimiter.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] axshor commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by "axshor (via GitHub)" <gi...@apache.org>.
axshor commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1672805014

   > is there any update for this problem, I found the same problem in 1.0.0 version I my case, if i config the line_delimiter, the streamload task is success, but the data can not be queried。 Even if I use the json format,it is still not effect
   
   what does you mean "the data can not be queried"?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hf200012 commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1200718974

   @Wilson-BT 
   <img width="905" alt="image" src="https://user-images.githubusercontent.com/820301/182077161-b00d4579-ecad-4321-a238-f5384ce5e929.png">
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hf200012 commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1200718449

   > > doris support config line_delimiter.
   > 
   > I had done some test , line_delimiter can only use ‘\n’
   support line_delimiter
   https://doris.apache.org/zh-CN/docs/data-operate/import/import-way/stream-load-manual
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] stgztsw commented on issue #11305: [Bug] Only suffort '\n' for line delimiter when streamload

Posted by GitBox <gi...@apache.org>.
stgztsw commented on issue #11305:
URL: https://github.com/apache/doris/issues/11305#issuecomment-1247656138

   is there any update for this problem, I found the same。I had the same problem in 1.0.0 version


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org