-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow file names to include = when convert to delta #264
Conversation
Hi @lys0716 can you rebase your branch with latest delta master. |
@rahulsmahadev Thanks! Updated. |
val (partitionOpt, _) = PartitionUtils.parsePartition( | ||
path, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if path is no longer used, we do not need to have it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The path store the absolute path to a file. It is used later to create an AddFile action. But we don't need it to parse the partition in the directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rahulsmahadev please let me know if you have other comments on this pr.
Allow file names to include = when convert to delta Signed-off-by: Yishuang Lu <luystu@gmail.com>
Allow file names to include = when convert to delta
Signed-off-by: Yishuang Lu luystu@gmail.com