Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryex committed May 27, 2022
1 parent 0935965 commit 4db2247
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class VerticaBatchWrite(config: WriteConfig, writeSetupInterface: DSConfigSetupI
* Called after all worker nodes report that they have successfully completed their operations.
*/
override def commit(writerCommitMessages: Array[WriterCommitMessage]): Unit = {
// val writer = new DSWriter(config, "", VerticaPipeFactory, isOnDriver = true)
driverWriter.commitRows() match {
case Left(err) => ErrorHandling.logAndThrowError(logger, err)
case Right(_) => ()
Expand Down

0 comments on commit 4db2247

Please sign in to comment.