[
https://issues.apache.org/jira/browse/KAFKA-7460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633528#comment-16633528
]
ASF GitHub Bot commented on KAFKA-7460:
---------------------------------------
ewencp opened a new pull request #5718: KAFKA-7460: Fix Connect Values
converter date format pattern
URL: https://github.com/apache/kafka/pull/5718
Switches to normal year format instead of week date years and day of month
instead of day of year.
This is directly from #4820, but separated into a different JIRA/PR to keep
the fixes independent. Original authorship should be maintained in the commit.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Connect Values converter uses incorrect date format string
> ----------------------------------------------------------
>
> Key: KAFKA-7460
> URL: https://issues.apache.org/jira/browse/KAFKA-7460
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Affects Versions: 1.1.0, 1.1.1, 2.0.0
> Reporter: Ewen Cheslack-Postava
> Assignee: Ewen Cheslack-Postava
> Priority: Blocker
>
> Discovered inĀ KAFKA-6684, the converter is using week date year (YYYY)
> instead of plain year (yyyy) and day in year (DD) instead of date in month
> (dd).
> Filing this so we have independent tracking of the issue since it was only
> tangentially related and discovered in that issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)