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

Fix NPE in source metadata of TextReader #1429

Conversation

alexcheng1982
Copy link
Contributor

Fix #1386

Use Objects.toIdentityString to generate the source if the file name is null.

@markpollack
Copy link
Member

not sure what toIdentityString is, but updated the impl and made a protected method for subclass customization of the source metadata description. added tests.

@markpollack markpollack self-assigned this Oct 3, 2024
@markpollack markpollack added the ETL label Oct 3, 2024
@markpollack markpollack added this to the 1.0.0-M3 milestone Oct 3, 2024
@markpollack
Copy link
Member

merged in 05292ac

@markpollack markpollack closed this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException in TokenTextSplitter
2 participants