shimamoto commented on issue #1627: DRILL-7014: Format plugin for LTSV files
URL: https://github.com/apache/drill/pull/1627#issuecomment-464573788
 
 
   @cgivre Run tests locally, then I have verified success.
   ```
   [INFO] 
------------------------------------------------------------------------
   [INFO] Building contrib/ltsv-format-plugin 1.16.0-SNAPSHOT
   [INFO] 
------------------------------------------------------------------------
   [INFO] 
   [INFO] --- apache-rat-plugin:0.13:check (rat-checks) @ drill-format-ltsv ---
   [INFO] RAT will not execute since it is configured to be skipped via system 
property 'rat.skip'.
   [INFO] 
   [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ 
drill-format-ltsv ---
   [INFO] 
   [INFO] --- git-commit-id-plugin:2.2.5:revision (for-jars) @ 
drill-format-ltsv ---
   [INFO] 
   [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ drill-format-ltsv ---
   [INFO] 
   [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
drill-format-ltsv ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 1 resource
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
drill-format-ltsv ---
   [INFO] Compiling 3 source files to 
/Users/takako.shimamoto/repo/drill/contrib/format-ltsv/target/classes
   [INFO] 
   [INFO] --- maven-resources-plugin:3.1.0:testResources 
(default-testResources) @ drill-format-ltsv ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 3 resources
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ 
drill-format-ltsv ---
   [INFO] Compiling 1 source file to 
/Users/takako.shimamoto/repo/drill/contrib/format-ltsv/target/test-classes
   [INFO] 
   [INFO] --- maven-surefire-plugin:3.0.0-M2:test (default-test) @ 
drill-format-ltsv ---
   [INFO] 
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.drill.exec.store.ltsv.TestLTSVRecordReader
   12:29:16.173 [2395d973-302a-b7cd-20d3-c3f6ee517bde:frag:0:0] ERROR 
o.a.d.e.physical.impl.BaseRootExec - Batch dump started: dumping last 2 failed 
batches
   12:29:16.177 [2395d973-302a-b7cd-20d3-c3f6ee517bde:frag:0:0] ERROR 
o.a.d.e.p.i.v.IteratorValidatorBatchIterator - 
IteratorValidatorBatchIterator[container=org.apache.drill.exec.record.VectorContainer@622badc0[recordCount
 = 0, schemaChanged = true, schema = null, wrappers = [], ...], instNum=12, 
batchTypeName=ScanBatch, lastSchema=null, lastNewSchema=null]
   12:29:16.177 [2395d973-302a-b7cd-20d3-c3f6ee517bde:frag:0:0] ERROR 
o.a.d.exec.physical.impl.ScanBatch - 
ScanBatch[container=org.apache.drill.exec.record.VectorContainer@622badc0[recordCount
 = 0, schemaChanged = true, schema = null, wrappers = [], ...], 
currentReader=org.apache.drill.exec.store.ltsv.LTSVRecordReader@b51c46f[columns 
= [`**`], isStarQuery = true, isSkipQuery = false], schema=null]
   12:29:16.177 [2395d973-302a-b7cd-20d3-c3f6ee517bde:frag:0:0] ERROR 
o.a.d.e.physical.impl.BaseRootExec - Batch dump completed.
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.916 
s - in org.apache.drill.exec.store.ltsv.TestLTSVRecordReader
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 26.600 s
   [INFO] Finished at: 2019-02-18T12:29:17+09:00
   [INFO] Final Memory: 51M/757M
   [INFO] 
------------------------------------------------------------------------
   ```

----------------------------------------------------------------
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

Reply via email to