Skip to content

Commit d505a2f

Browse files
committed
save
1 parent f9b400a commit d505a2f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

presto-native-execution/presto_cpp/main/thrift/ProtocolToThrift-hpp.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{/.}}
2222

2323
#include "github/presto-trunk/presto-native-execution/presto_cpp/presto_protocol/core/presto_protocol_core.h"
24-
#include "github/presto-trunk/presto-native-execution/presto_cpp/main/thrift/gen-cpp2/presto_thrift_types.h"
24+
#include "github/presto-trunk/presto-native-execution/presto_cpp/main/thrift/gen-cpp2/PrestoThrift.h"
2525

2626
namespace facebook::presto::thrift {
2727

presto-native-execution/presto_cpp/main/thrift/ProtocolToThrift.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

presto-native-execution/presto_cpp/main/thrift/ThriftLibrary.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ macro(thrift_generate
212212
${output_path}/gen-${language}/${file_name}_data.h
213213
${output_path}/gen-${language}/${file_name}_metadata.h
214214
${output_path}/gen-${language}/${file_name}_types.h
215+
${output_path}/gen-${language}/${file_name}_types_compact.h
216+
${output_path}/gen-${language}/${file_name}_types_binary.h
215217
${output_path}/gen-${language}/${file_name}_types.tcc
216218
)
217219
set("${file_name}-${language}-SOURCES"

0 commit comments

Comments
 (0)