question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[SUPPORT] Branch and tag with same name which makes fetching branch is diffcult

See original GitHub issue

Tips before filing an issue

  • Have you gone through our FAQs?

  • Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.

  • If you have triaged this as a bug, then file an issue directly.

Describe the problem you faced

A clear and concise description of the problem.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Environment Description

  • Hudi version :

  • Spark version :

  • Hive version :

  • Hadoop version :

  • Storage (HDFS/S3/GCS…) :

  • Running on Docker? (yes/no) :

Additional context

Add any other context about the problem here.

Stacktrace

Add the stacktrace of the error.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
PengleiShicommented, Sep 14, 2021

For Spark, the branch which needs to incubrate subsequent minor version follows the pattern branch-a.b, and released version tags are like v3.1.2, this may be clear.

0reactions
xushiyancommented, Sep 24, 2021

@PengleiShi I don’t see this as a big issue. You can always check out the branch using a different local branch name? same for tags. Please kindly start a [DISCUSS] thread to the dev email list if you want to continue the discussion to involve more people. Closing this for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

git - Tags with the same name with a branch - Stack Overflow
First, we extract all the tags: git tag | sort > tags. And branches, if you want to check this with local branches:...
Read more >
Branch and tag with same name cause multiple problems
Pushing a branch with the same name as a tag causes multiple problems throughout the GitLab application. I will list them here, and...
Read more >
In git, is it a bad idea to create a tag with the same name as a ...
Unfortunately, it sounds like the easiest way to solve this problem might be to change the way you name your branches. The link...
Read more >
Git Checkout Tags and How To Use Them | phoenixNAP KB
List the fetched tag names from a remote repository with: git tag ... To checkout a Git tag as a branch, create a...
Read more >
Working with branches in Git - genomewiki
Make sure that your new branch name is prefaced with your user name, unless you intend to share this branch with other users....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found