Zakelly Lan created FLINK-36868: ----------------------------------- Summary: Provide file system methods with string parameters for ForSt JNI Key: FLINK-36868 URL: https://issues.apache.org/jira/browse/FLINK-36868 Project: Flink Issue Type: Sub-task Reporter: Zakelly Lan Assignee: Zakelly Lan
Currently, the ForSt core use `ForStFlinkFileSystem` via JNI to manipulate files. However, the parameter and return value contains `Path`, which introduces redundant JNI call to convert from/to std::string. We should provide methods with string directly. -- This message was sent by Atlassian Jira (v8.20.10#820010)