Commit 9b015b2
fix: Change array_sort lambda signature
Summary:
array_sort lambda signature is defined as function(T, T, bigint) , however Presto has this defined as function(T, T, int) . This causes the side car to fail array_sort queries that use this lambda. See details in [this issue](prestodb/presto#26146).
This change changes the signature to match Presto which fixes the side car.
Differential Revision: D833535661 parent 8875b4d commit 9b015b2
File tree
2 files changed
+2
-1
lines changed- velox/functions
- lib
- prestosql/tests
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
0 commit comments