-
Notifications
You must be signed in to change notification settings - Fork 2k
INSERT INTO FILES fail to parse row/column delimiter like '0x11' #57125
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
Comments
what's the |
@kevincai It's hexadecimal representations of some special ASCII control character. The character is supported in other features like |
@EsoragotoSpirit please take a look, if the relative doc needs an update of this row_delimiter/col_delimiter escape capability? |
And the minor version this will be supported? |
I am able to find the doc describing the column separator here : https://docs.starrocks.io/docs/sql-reference/sql-functions/table-functions/files/#csvcolumn_separator The rule may not be explicit or clear enough and is only in FILES, not sure if this can be a separate page to cross reference in other places where the column separator is used, and user may be able to jump to the specific chart to know how to set the separator and what's the limitation. The same applies to the |
Steps to reproduce the behavior (Required)
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
The text was updated successfully, but these errors were encountered: