Skip to content

Conversation

@chl-wxp
Copy link
Contributor

@chl-wxp chl-wxp commented Dec 12, 2025

Purpose of this pull request

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@yzeng1618
Copy link
Contributor

The parameter has been added to the document, but it seems that FtpFileSourceFactory has been omitted. Do we need to add it?

@chl-wxp
Copy link
Contributor Author

chl-wxp commented Dec 16, 2025

The parameter has been added to the document, but it seems that FtpFileSourceFactory has been omitted. Do we need to add it?

This is my negligence,I will add.

@chl-wxp
Copy link
Contributor Author

chl-wxp commented Dec 16, 2025

The parameter has been added to the document, but it seems that FtpFileSourceFactory has been omitted. Do we need to add it?

added

}
if (StringUtils.isNotEmpty(escapeChar)) {
builder.setEscape(escapeChar.charAt(0));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to verify the length? No error will be reported if a mismatch occurs, for example: quote_char="||".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this comment was added together with the one from this morning. I didn’t notice it was in pending status and just submitted it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants