yifeih commented on a change in pull request #107: Integrate encryption into 
datasource
URL: https://github.com/apache/incubator-iceberg/pull/107#discussion_r262258081
 
 

 ##########
 File path: spark/src/main/java/com/netflix/iceberg/spark/source/Writer.java
 ##########
 @@ -190,10 +197,13 @@ public String toString() {
       AppenderFactory<InternalRow> factory = new SparkAppenderFactory();
       if (spec.fields().isEmpty()) {
         return new UnpartitionedWriter(
-            fileIo.newOutputFile(locations.newDataLocation(filename)), format, 
factory, fileIo);
+            fileIo.newOutputFile(locations.newDataLocation(filename)), format, 
factory, fileIo, encryptionManager);
 
 Review comment:
   oh hmm i thought i did already, but i guess i remembered wrong. i'll make 
that change right now! 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to