cgivre commented on issue #1665: DRILL-7054: timestamp in milliseconds URL: https://github.com/apache/drill/pull/1665#issuecomment-468785456 Hi @jculio You acutally don't have to create a new file. Just add a line to the `TestPcapDecoder`. All you have to do is add: ``` assertEquals("<value>", p. getTimestampMicro()); ``` and replace the `<value>` with the expected value.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
