This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 41b2721  ORC-522: [FIXUP] Add user type annotations.
41b2721 is described below

commit 41b27210c04d04ae054cac7a42c208f528a39a30
Author: Owen O'Malley <[email protected]>
AuthorDate: Wed Jul 3 10:59:47 2019 -0700

    ORC-522: [FIXUP] Add user type annotations.
    
    Signed-off-by: Owen O'Malley <[email protected]>
---
 java/core/src/java/org/apache/orc/OrcUtils.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/core/src/java/org/apache/orc/OrcUtils.java 
b/java/core/src/java/org/apache/orc/OrcUtils.java
index 8fea086..5811c59 100644
--- a/java/core/src/java/org/apache/orc/OrcUtils.java
+++ b/java/core/src/java/org/apache/orc/OrcUtils.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,6 +17,7 @@
  */
 package org.apache.orc;
 
+import org.apache.orc.impl.ReaderImpl;
 import org.apache.orc.impl.SchemaEvolution;
 
 import java.io.IOException;

Reply via email to