MartijnVisser commented on PR #17:
URL: 
https://github.com/apache/flink-connector-opensearch/pull/17#issuecomment-1503325434

   > It seems that your proposal is that we directly track a specific branch.
   
   You either specify a tag or a branch. You can see it in the integration 
function here 
https://github.com/apache/flink/blob/master/docs/setup_docs.sh#L29-L31
   
   The value for Opensearch is set at 
https://github.com/apache/flink/blob/master/docs/setup_docs.sh#L54, which 
currently is `v1.0.0` which gets set as the value for `ref`, so basically the 
value for the parameter `--branch` when doing the git clone. The `--branch` 
parameter accepts both branches, as well as tags. See 
https://git-scm.com/docs/git-clone
   ```
   Instead of pointing the newly created HEAD to the branch pointed to by the 
cloned repository’s HEAD, point to <name> branch instead. In a non-bare 
repository, this is the branch that will be checked out. --branch can also take 
tags and detaches the HEAD at that commit in the resulting repository.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to