cynsier

Results 1 comments of cynsier

1.5.5版本支持用parquet插件+oss插件读取oss上parquet格式文件、文件夹 ```java FilePath filePath = new FilePath("filepath.parquet", new OssFileSystem("3.4.1","******", "******","******", "******")); ParquetSourceBatchOp source = new ParquetSourceBatchOp() .setFilePath(filePath); ```