In pipeline builder I am trying to perform a window function and when selecting the partition columns I need them to be in a very specific order for spark to optimize its plan correctly, however I am noticing that no matter the order in which I click the columns, they always appear in the same order in the selection box as shown below.
Is there a way to ensure the partitioning is done according to a specific order?