Skip to content

Remove deprecated methods in DateTimeTestingUtils#29017

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
takezoe:remove-deprecated-methods-in-date-time-testing-utils
Apr 7, 2026
Merged

Remove deprecated methods in DateTimeTestingUtils#29017
ebyhr merged 1 commit intotrinodb:masterfrom
takezoe:remove-deprecated-methods-in-date-time-testing-utils

Conversation

@takezoe
Copy link
Copy Markdown
Member

@takezoe takezoe commented Apr 7, 2026

Description

These methods have been deprecated for 6 years and there are few remaining usages.

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Apr 7, 2026
@github-actions github-actions bot added the hive Hive connector label Apr 7, 2026
@takezoe takezoe force-pushed the remove-deprecated-methods-in-date-time-testing-utils branch from 372dd77 to c7787c3 Compare April 7, 2026 17:13
Copy link
Copy Markdown

@utafrali utafrali left a comment

Choose a reason for hiding this comment

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

Clean removal of 4 long-deprecated methods in DateTimeTestingUtils. Both call site migrations are semantically correct: the JDBC test correctly passes precision=3 with 0 nanos (equivalent to the old 0 millis), and the Parquet test explicitly passes precision=3 which matches what the removed method hardcoded internally. No remaining callers of the deleted methods exist in the codebase.

@ebyhr ebyhr merged commit 381d57f into trinodb:master Apr 7, 2026
191 of 194 checks passed
@github-actions github-actions bot added this to the 481 milestone Apr 7, 2026
@ebyhr ebyhr mentioned this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed hive Hive connector

Development

Successfully merging this pull request may close these issues.

4 participants