Skip to content

Conversation

@chenjunjiedada
Copy link
Collaborator

@chenjunjiedada chenjunjiedada commented Mar 31, 2020

This is for #359.

GenericDataFile(String filePath, FileFormat format, PartitionData partition,
long fileSizeInBytes, Metrics metrics,
ByteBuffer keyMetadata, List<Long> splitOffsets, Integer fileType) {
this(filePath, format, partition, fileSizeInBytes, metrics, splitOffsets);
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be ..

this(filePath, format, partition, fileSizeInBytes, metrics,  keyMetadata, splitOffsets);
this.fileType = fileType;

.. for better reuse of code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK, no problem!

@prodeezy
Copy link
Contributor

prodeezy commented Apr 6, 2020

Linking this PR to #824 just so this is easy to find from the issue :-)

@chenjunjiedada
Copy link
Collaborator Author

@rdblue , Could you please help to take a look at this?

@chenjunjiedada chenjunjiedada force-pushed the spec-file-pos branch 2 times, most recently from 8b272b2 to 39d84a0 Compare April 28, 2020 13:41
@chenjunjiedada
Copy link
Collaborator Author

Close this due to duplicated with #1030

@chenjunjiedada chenjunjiedada deleted the spec-file-pos branch May 25, 2020 06:08
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