vinothchandar commented on a change in pull request #1440: [HUDI-731] Add
ChainedTransformer
URL: https://github.com/apache/incubator-hudi/pull/1440#discussion_r399820497
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/transform/TestChainedTransformer.java
##########
@@ -0,0 +1,63 @@
+package org.apache.hudi.utilities.transform;
Review comment:
Issue actually is the phase I think.. I locally tested that clean install
/clean package will flag a file without header..
```
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
```
we need to change this to `verify` probably..
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services