sundarcse1216 commented on issue #24900: [SPARK-28089][SQL] File source v2: support reading output of file streaming Sink URL: https://github.com/apache/spark/pull/24900#issuecomment-503384261 Mute the thread On Tue 18 Jun, 2019, 4:55 PM Gengliang Wang <[email protected] wrote: > *@gengliangwang* commented on this pull request. > ------------------------------ > > In > sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingDeduplicationSuite.scala > <https://github.com/apache/spark/pull/24900#discussion_r294739873>: > > > - try { > - inputData.addData("a") > - q.processAllAvailable() > - checkDataset(spark.read.parquet(outputPath).as[String], "a") > - > - inputData.addData("a") // Dropped > - q.processAllAvailable() > - checkDataset(spark.read.parquet(outputPath).as[String], "a") > - > - inputData.addData("b") > - q.processAllAvailable() > - checkDataset(spark.read.parquet(outputPath).as[String], "a", "b") > - } finally { > - q.stop() > - } > + withTempDir { output => > > remove withSQLConf > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/spark/pull/24900?email_source=notifications&email_token=AF5YGWWRFIF5VX4C2LGM3STP3DA2ZA5CNFSM4HY4RZ7KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB33FCII#pullrequestreview-251023649>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AF5YGWRGYZOM67PCHCNPTI3P3DA2ZANCNFSM4HY4RZ7A> > . >
---------------------------------------------------------------- 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]
