forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass input types to simple function's 'initialize' method (facebookin…
…cubator#9124) Summary: Pull Request resolved: facebookincubator#9124 This change is part of enabling simple functions to process inputs of decimal type. Such processing requires access to decimal type parameters (precision and scale). This change provides full type information via 'initialize' method. See facebookincubator#9096 for the end-to-end workflow. Reviewed By: xiaoxmeng Differential Revision: D55012189 fbshipit-source-id: 95d5d05054730a41788a4fac51fe78f77c7bfac2
- Loading branch information
1 parent
d6d5be4
commit 6310c2b
Showing
5 changed files
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Start testing: Jun 03 14:45 IST | ||
---------------------------------------------------------- | ||
End testing: Jun 03 14:45 IST |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
I20240603 14:16:40.062871 441101 AggregationFuzzerBase.cpp:761] Using DuckDB as the reference DB. | ||
E20240603 14:16:40.063867 441101 AggregationFuzzerRunner.h:100] No aggregate functions left after filtering using 'only' and 'skip' lists. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zsh: no such file or directory: _build/debug/velox/functions/prestosql/fuzzer/velox_expression_fuzzer_test |
Submodule cppcodec
added at
8019b8