bvaradar commented on a change in pull request #600: Timeline Service with
Incremental View Syncing support
URL: https://github.com/apache/incubator-hudi/pull/600#discussion_r276404051
##########
File path:
hoodie-client/src/test/java/com/uber/hoodie/io/strategy/TestHoodieDataFile.java
##########
@@ -24,7 +24,7 @@
private final long size;
public TestHoodieDataFile(long size) {
- super(null);
+
super("/tmp/ce481ee7-9e53-4a2e-9992-f9e295fa79c0_11_20180918020003.parquet");
Review comment:
It is generated by me. Not sure what was meant by obfuscation as UUID is
already random. But anyways, have put easy to spot random string "XYXXYXYYX"
----------------------------------------------------------------
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