File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ class UDTFTraits {
231231 static constexpr bool HasCorrectOutputRelationFnSignature () {
232232 return HasOutputRelationFn () &&
233233 CorrectOutputRelationTypeHelper<
234- std::invoke_result_t <decltype (&TUDTF::OutputRelation)>>::value;
234+ std::invoke_result_t <decltype (&TUDTF::OutputRelation)>>::value;
235235 }
236236
237237 /* *
@@ -244,7 +244,7 @@ class UDTFTraits {
244244 * @return
245245 */
246246 static constexpr bool HasCorrectExectorFnReturnType () {
247- return HasExecutorFn () && std::is_same_v<std::invoke_result_t <decltype (&TUDTF::Executor)>,
247+ return HasExecutorFn () && std::is_same_v<std::invoke_result_t <decltype (&TUDTF::Executor)>,
248248 udfspb::UDTFSourceExecutor>;
249249 }
250250
You can’t perform that action at this time.
0 commit comments