You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/24 01:34:55 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2707: [ISSUE-2709] Fix merge delete cache bug

HTHou commented on a change in pull request #2707:
URL: https://github.com/apache/iotdb/pull/2707#discussion_r581524598



##########
File path: example/udf/pom.xml
##########
@@ -73,7 +73,7 @@
                         <importOrder>
                             <order>org.apache.iotdb,,javax,java,\#</order>
                         </importOrder>
-                        <removeUnusedImports/>

Review comment:
       Don't change this...

##########
File path: pom.xml
##########
@@ -559,7 +559,6 @@
                             <exclude>**/.git/**</exclude>
                             <exclude>**/.mvn/**</exclude>
                             <exclude>**/.gitignore</exclude>
-                            <exclude>**/.git-blame-ignore-revs</exclude>

Review comment:
       Same

##########
File path: pom.xml
##########
@@ -559,7 +559,6 @@
                             <exclude>**/.git/**</exclude>
                             <exclude>**/.mvn/**</exclude>
                             <exclude>**/.gitignore</exclude>

Review comment:
       ```suggestion
                               <exclude>**/.gitignore</exclude>
                               <exclude>**/.git-blame-ignore-revs</exclude>
   ```

##########
File path: pom.xml
##########
@@ -613,7 +612,7 @@
                             <importOrder>
                                 <order>org.apache.iotdb,,javax,java,\#</order>
                             </importOrder>
-                            <removeUnusedImports/>
+                            <removeUnusedImports />

Review comment:
       ```suggestion
                               <removeUnusedImports/>
   ```

##########
File path: example/udf/pom.xml
##########
@@ -73,7 +73,7 @@
                         <importOrder>
                             <order>org.apache.iotdb,,javax,java,\#</order>
                         </importOrder>
-                        <removeUnusedImports/>
+                        <removeUnusedImports />

Review comment:
       ```suggestion
                           <removeUnusedImports/>
   ```




----------------------------------------------------------------
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:
users@infra.apache.org