beliefer opened a new issue, #10349:
URL: https://github.com/apache/incubator-gluten/issues/10349

   ### Description
   
   Currently, Spillers declare two set.
   ```
   public static final Set<Spiller.Phase> PHASE_SET_SHRINK_ONLY =
       Collections.singleton(Spiller.Phase.SHRINK);
   
   public static final Set<Spiller.Phase> PHASE_SET_SPILL_ONLY =
       Collections.singleton(Spiller.Phase.SPILL);
   ```
   After my investigation, we can avoid using Set here, Enum is better way.
   
   ### Gluten version
   
   None


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