stczwd commented on issue #26946: [SPARK-30036][SQL] Fix: REPARTITION hint does 
not work with order by
URL: https://github.com/apache/spark/pull/26946#issuecomment-567974480
 
 
   > shall we add an end-to-end test for `SELECT /*+ REPARTITION(5) */ * FROM 
test ORDER BY a`?
   @cloud-fan The modification of this patch only affects the number of final 
partitions and does not affect the overall result. Is it enough to check the 
rule? Or, maybe check the number of partitions?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to