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 fdeac0b commit 2546352Copy full SHA for 2546352
.github/workflows/cpp_extra.yml
@@ -15,6 +15,8 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
+# Hi
19
+
20
name: C++ Extra
21
22
on:
cpp/CMakeLists.txt
@@ -733,3 +733,4 @@ config_summary_message()
733
if(${ARROW_BUILD_CONFIG_SUMMARY_JSON})
734
config_summary_json()
735
endif()
736
+test trigger
cpp/README.md
@@ -32,3 +32,4 @@ to install pre-compiled binary versions of the library.
32
Please refer to our latest [C++ Development Documentation][1].
33
34
[1]: https://arrow.apache.org/docs/dev/developers/cpp/
35
+test
0 commit comments