Skip to content

Commit

Permalink
Pass input types to simple function's 'initialize' method (facebookin…
Browse files Browse the repository at this point in the history
…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
mbasmanova authored and Joe-Abraham committed Jun 7, 2024
1 parent d6d5be4 commit 6310c2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Testing/Temporary/CTestCostData.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
3 changes: 3 additions & 0 deletions Testing/Temporary/LastTest.log
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
2 changes: 2 additions & 0 deletions agg_fuzzer_test_arbitrary.ou
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.
1 change: 1 addition & 0 deletions agg_fuzzer_test_arbitrary.out
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
1 change: 1 addition & 0 deletions third_party/cppcodec
Submodule cppcodec added at 8019b8

0 comments on commit 6310c2b

Please sign in to comment.