When you're ready, click Commit or Commit and Push (CtrlAlt0K) to push the changes to the remote repository immediately after the commit. You will be able to review the current commit as well as all other commits before they are pushed to the remote. ...
Commit and push your changes Open a PR! Need any ideas? Take a look at the Git Confirmissuesto quickly see the next features to look at. Release process Make changes Update Curl version number and hash (md5 ./hook.sh) in README. ...
push_back(compat_hashes[i]); } } if (compatibility.size() > 0) { d2["hash_compatibility"] = compatibility; } bool has_return = mi.return_val.type != Variant::NIL || (mi.return_val.usage & PROPERTY_USAGE_NIL_IS_VARIANT); if (has_return) { PropertyInfo pinfo = mi.return_val...
SELECT with no source table leads to NPE - * [HIVE-8524] - When table is renamed stats are lost as changes are not propagated to metastore tables TAB_COL_STATS and PART_COL_STATS - * [HIVE-8626] - Extend HDFS super-user checks to dropPartitions - * [HIVE-8746] - ORC timestamp co...
When you're ready, click Commit or Commit and Push (CtrlAlt0K) to push the changes to the remote repository immediately after the commit. You will be able to review the current commit as well as all other commits before they are pushed to the remote. ...
#. If everything works fine, push your local branch to |the repository service| with:: git push -u origin my-feature #. Go to the web page of your fork and click |contribute button| to send your changes for review. .. todo:: if you are using GitHub, you can uncomment the followi...
int merge_contains_scissors = 0; int invoked_hook; /* This checks and barfs if author is badly specified */ determine_author_info(author_ident); if (!no_verify && run_commit_hook(use_editor, index_file, &invoked_hook, "pre-commit", NULL)) return 0; if (squash_message) { /* *...
for _ in 0..dom.size() { y_pub.push(G::ScalarField::rand(rng)); x_pub.push(G::rand(rng)); } let x_share: Vec<G> = x_pub .chunks(pp.l) .map(|s| packexp_from_public(&s.to_vec(), &pp)[Net::party_id()]) .collect(); let y_share: Vec<G::ScalarField> = y_...
@@ -0,0 +1,373 @@ name: CI on: pull_request: push: branches: - master - develop - feature/** env: UBSAN_OPTIONS: print_stacktrace=1 jobs: posix: strategy: fail-fast: false matrix: include: - toolset: gcc-5 cxxstd: "03,11,14,1z" os: ubuntu-18.04 install: g++-5 - toolset...
@@ -0,0 +1,37 @@ name: Go on: push: pull_request: branches: [ "development" ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v4 with: go-version: 1.20.4 - name: Build run: go build -v ./... - name...