Skip to content

Commit 1640594

Browse files
committed
[native] Use core protocol header in FunctionMetadata
The new header file "presto_protocol_core.h", has been created to hold non-connector specific code. FunctionMetadata.cpp was not updated to use this header. We are fixing the same as part of this commit
1 parent 8abe0c9 commit 1640594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-native-execution/presto_cpp/main/types/FunctionMetadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* limitations under the License.
1313
*/
1414
#include "presto_cpp/main/types/FunctionMetadata.h"
15-
#include "presto_cpp/presto_protocol/presto_protocol.h"
15+
#include "presto_cpp/presto_protocol/core/presto_protocol_core.h"
1616
#include "velox/exec/Aggregate.h"
1717
#include "velox/exec/AggregateFunctionRegistry.h"
1818
#include "velox/exec/WindowFunction.h"

0 commit comments

Comments
 (0)