dockerzhang commented on code in PR #5261:
URL: https://github.com/apache/inlong/pull/5261#discussion_r936272319
##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/FileConstants.java:
##########
@@ -13,16 +13,22 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
+ *
*/
package org.apache.inlong.agent.constant;
/**
- * Collection type of file data
+ * file constants
*/
-public class FileCollectType {
+public enum FileConstants {
- public static final String INCREMENT = "INCREMENT";
+ //file collect type
Review Comment:
it's better to keep the `FileCollectType` file name and create another file
for file content type.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]