You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by karanmehta93 <gi...@git.apache.org> on 2018/07/05 02:18:07 UTC

[GitHub] phoenix pull request #306: PHOENIX-4797 file not found or file exist excepti...

Github user karanmehta93 commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/306#discussion_r200219775
  
    --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/TableSnapshotResultIterator.java ---
    @@ -35,10 +35,7 @@
     
     import java.io.IOException;
     import java.sql.SQLException;
    -import java.util.ArrayList;
    -import java.util.Collections;
    -import java.util.Iterator;
    -import java.util.List;
    +import java.util.*;
    --- End diff --
    
    Nit: you should not have wildcard imports as this is probably unnecessary diff


---