Closed dongjoon-hyun closed 11 months ago
This PR aims to use Java 16 Pattern Matching for instanceof (JEP-394) syntax.
Pattern Matching for instanceof
Since Apache ORC 2.0 supports Java 17+, we can take advantage of this new syntax.
Pass the CIs.
What changes were proposed in this pull request?
This PR aims to use Java 16
Pattern Matching for instanceof
(JEP-394) syntax.Why are the changes needed?
Since Apache ORC 2.0 supports Java 17+, we can take advantage of this new syntax.
How was this patch tested?
Pass the CIs.