dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port window.sql URL: https://github.com/apache/spark/pull/24881#issuecomment-512346931 Hi, @DylanGuedes . I made a PR to you, https://github.com/DylanGuedes/spark/pull/1 . - It replaces REL_12_BETA1 with REL_12_BETA2. Luckily, they are the same. We only need to change pointer. - I reverted `show-tables.sql.out` and `SQLQueryTestSuite.scala`. Instead, I added the following. ``` CREATE TEMPORARY VIEW tenk2 AS SELECT * FROM tenk1; ``` Could you review and merge it to your branch?
---------------------------------------------------------------- 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]
