Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/15580#discussion_r84441052
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetOutputWriter.scala
---
@@ -80,15 +81,15 @@ private[parquet] class ParquetOutputWriterFactory(
sqlConf.writeLegacyParquetFormat.toString)
// Sets compression scheme
- conf.set(ParquetOutputFormat.COMPRESSION,
parquetOptions.compressionCodec)
+ conf.set(ParquetOutputFormat.COMPRESSION,
parquetOptions.compressionCodecClassName)
new SerializableConfiguration(conf)
}
/**
* Returns a [[OutputWriter]] that writes data to the give path without
using
* [[OutputCommitter]].
*/
- override def newWriter(path: String): OutputWriter = new OutputWriter {
+ override def newWriter(path1: String): OutputWriter = new OutputWriter {
--- End diff --
how about `_path`? `path1` looks weird...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]