Alink
Alink copied to clipboard
建议Alink支持 OSS 上 parquet 格式的数据读取
1.5.5版本支持用parquet插件+oss插件读取oss上parquet格式文件、文件夹
FilePath filePath = new FilePath("filepath.parquet",
new OssFileSystem("3.4.1","******", "******","******", "******"));
ParquetSourceBatchOp source = new ParquetSourceBatchOp()
.setFilePath(filePath);