Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] column_separator and line_delimiter not support an invisible character #96

Closed
2 of 3 tasks
liuchunhua opened this issue Apr 20, 2023 · 2 comments
Closed
2 of 3 tasks

Comments

@liuchunhua
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

Doris 1.2.3
doris-spark-connector: master

What's Wrong?

pyspark3.1.3

df.write.format("doris")
        .option("doris.table.identifier", "")
        .option("doris.fenodes", "")
        .option("user", "")
        .option("password", "")
        .option("doris.write.fields", ",".join(df.columns))
        .option("doris.sink.batch.size", "20000")
        .option("doris.sink.max-retries", "3")
        .option("doris.sink.properties.format", "csv")
        .option("sink.properties.column_separator", "\\x01")
        .option("sink.properties.line_delimiter", "\\x07")
        .option("doris.sink.batch.interval.ms", "200")

stream load csv failed with invisible character

What You Expected?

like Doris fe
org.apache.doris.analysis.Separator
convert \x01 and invisible character

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

@gnehil
Copy link
Contributor

gnehil commented Jul 25, 2023

we are working on this,it will be supported soon

@JNSimba
Copy link
Member

JNSimba commented Jul 11, 2024

It has been resolved and can be upgraded to the latest connector

@JNSimba JNSimba closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants