Skip to content

Add fileModifiedTime in DeltaLakeSplit Object methods#19425

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
jkylling:add-fileModifiedTime-DeltaLakeSplit
Oct 18, 2023
Merged

Add fileModifiedTime in DeltaLakeSplit Object methods#19425
ebyhr merged 1 commit intotrinodb:masterfrom
jkylling:add-fileModifiedTime-DeltaLakeSplit

Conversation

@jkylling
Copy link
Copy Markdown
Contributor

@jkylling jkylling commented Oct 17, 2023

Description

Relates to #18719 (comment)

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 Oct 17, 2023
@jkylling jkylling mentioned this pull request Oct 17, 2023
@raunaqmorarka raunaqmorarka requested a review from findepi October 17, 2023 15:02
@github-actions github-actions bot added the delta-lake Delta Lake connector label Oct 17, 2023
@ebyhr ebyhr merged commit 619718b into trinodb:master Oct 18, 2023
@github-actions github-actions bot added this to the 430 milestone Oct 18, 2023
.add("length", length)
.add("fileSize", fileSize)
.add("rowCount", fileRowCount)
.add("fileModifiedTime", fileModifiedTime)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't think it's helpful in toString.
too verbose imo.

public int hashCode()
{
return Objects.hash(path, start, length, fileSize, fileRowCount, deletionVector, statisticsPredicate, partitionKeys);
return Objects.hash(path, start, length, fileSize, fileRowCount, fileModifiedTime, deletionVector, statisticsPredicate, partitionKeys);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thanks for fixing this!

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

Labels

cla-signed delta-lake Delta Lake connector

Development

Successfully merging this pull request may close these issues.

4 participants