-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-6593] NPE when outer joining tables with many fields and unm…
…atching rows EnumUtils: - Split the code paths of compact code and normal code; - Keep the normal code path as is and change the compact code path: - Generate a null check if the row might be null; - Add the early break in case of semi/anti joins; - Remove the "optimization" of generating an array of a specific type if all output fields are of the same type; JavaRowType: - Make the copy method abstract and implement a specific copy for every JavaRowType; Also, add a new system property to determine the threshold that triggers compact code generation.
- Loading branch information
Showing
5 changed files
with
354 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.