We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109b4f commit c40845fCopy full SHA for c40845f
.github/workflows/prestocpp-linux-build.yml
@@ -155,6 +155,8 @@ jobs:
155
export PRESTO_HOME=$(pwd)
156
cd presto-native-execution
157
make presto_protocol
158
+ git status
159
+ head -n 400 presto_cpp/presto_protocol/core/presto_protocol_core.h
160
161
- name: Incrementally rebuild presto_server with the new protocol
162
if: needs.changes.outputs.codechange == 'true'
0 commit comments