-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix addMetadataFields() to carry over 'props' #484
Conversation
can we add a unit test or add a check to an existing test confirming props are carried over.. Given a large reliance on this, I think its best to do this before checking in |
lg otherwise |
@shangxinli As @vinothchandar mentioned, could we add a check (in a test) and confirm that the props are carried over ? |
I am working on it. It is almost done but I got a lot of meetings today. So
I will send the test soon.
On Thu, Oct 18, 2018 at 4:17 PM n3nash ***@***.***> wrote:
@shangxinli <https://github.com/shangxinli> As @vinothchandar
<https://github.com/vinothchandar> mentioned, could we add a check (in a
test) and confirm that the props are carried over ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#484 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ad91MUOoRf6_zKol3RqoIMywAaklJNDFks5umQv0gaJpZM4XYYD->
.
--
Xinli Shang
|
Added unit test |
@@ -0,0 +1,54 @@ | |||
/* | |||
* Copyright (c) 2016 Uber Technologies, Inc. ([email protected]) |
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.
nit-> 2016/2018
@shangxinli one minor comment, rest looks good. |
hoodie-common/src/test/java/com/uber/hoodie/common/util/TestHoodieAvroUtils.java
Show resolved
Hide resolved
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.
Rest looks good.
@shangxinli can you address the minor ones. we can merge thereafter |
@shangxinli please squash your commits as well into one |
#483