Akshat-Jain commented on code in PR #16780:
URL: https://github.com/apache/druid/pull/16780#discussion_r1687735895


##########
sql/src/test/resources/drill/window/queries/druid_queries/partition_by_array/wikipedia_query_2.q:
##########
@@ -0,0 +1,6 @@
+select
+countryName, cityName, channel,
+row_number() over (partition by array[1,2,3] order by countryName) as c
+from wikipedia
+where countryName in ('Austria', 'Republic of Korea')
+group by countryName, cityName, channel

Review Comment:
   @sreemanamala I didn't see such a query tested in existing tests, I think 
it's good to have a basic test for such queries as well. Doesn't hurt 😅



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to