Skip to content

feat: add java.sql.Date converters (#1017) - #1079

Open
Anubyss-mihail wants to merge 1 commit into
apache:mainfrom
Anubyss-mihail:feat-sql-date-converters-1017
Open

feat: add java.sql.Date converters (#1017)#1079
Anubyss-mihail wants to merge 1 commit into
apache:mainfrom
Anubyss-mihail:feat-sql-date-converters-1017

Conversation

@Anubyss-mihail

Copy link
Copy Markdown

Purpose of the pull request

Related: #1017

Add support for java.sql.Date conversion.

What's changed?

  • Added converters for DATE, NUMBER, and STRING cell types.
  • Registered the new converters in DefaultConverterLoader.
  • Added unit tests for the new converters.

Checklist

@Anubyss-mihail
Anubyss-mihail force-pushed the feat-sql-date-converters-1017 branch 4 times, most recently from d4fe0d9 to 2e206e3 Compare September 9, 2026 16:05
Comment on lines +34 to +36
* Date and number converter
*
*

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The current Javadoc (“Date and number converter”) doesn’t fully match the actual implementation, which is specifically a java.sql.Date converter.

Could you update the Javadoc, and also remove the unused blank comment lines?

@Anubyss-mihail
Anubyss-mihail force-pushed the feat-sql-date-converters-1017 branch from 2e206e3 to 998247f Compare September 10, 2026 15:59
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

Successfully merging this pull request may close these issues.

2 participants