TextIO.Write.to(..) - 是否可以指定压缩?
TextIO.Write.to(..) - is it possible to specify compression?
我知道在使用 TextIO.Read
时可以为管道的 输入 指定压缩类型,如下所示:
TextIO.Read.from("gs://..").withCompressionType(..)
是否也可以在使用TextIO
时为管道的输出指定压缩类型?我在 TextIO.Read.from(..)
.
的 API 中没有看到任何关于压缩的信息
尚无法使用 TextIO 指定输出的压缩类型。感谢您注意到您对此功能的兴趣!
我知道在使用 TextIO.Read
时可以为管道的 输入 指定压缩类型,如下所示:
TextIO.Read.from("gs://..").withCompressionType(..)
是否也可以在使用TextIO
时为管道的输出指定压缩类型?我在 TextIO.Read.from(..)
.
尚无法使用 TextIO 指定输出的压缩类型。感谢您注意到您对此功能的兴趣!