Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for renaming master branch to main #688

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Conversation

nikhilsimha
Copy link
Contributor

@nikhilsimha nikhilsimha commented Feb 21, 2024

Summary

Change code and documentation pointers - to point to a "main" branch instead of "master"

Why / Goal

the name "master" is culturally insensitive.

Test Plan

  • Added Unit Tests
  • Covered by existing CI - until we make the github ui flip, the repo CI will be transiently in a failing state
  • Integration tested

Checklist

  • Documentation update

Reviewers

@kocolosk @ezvz @hsaputra

@@ -144,7 +144,7 @@ The size of the cache should ideally be set in terms of maximum memory usage (e.

### Step 1: BatchIr Caching

We start by caching the conversion from `batchBytes` to `FinalBatchIr` (the [toBatchIr function in FetcherBase](https://github.com/airbnb/chronon/blob/master/online/src/main/scala/ai/chronon/online/FetcherBase.scala#L102)) and `Map[String, AnyRef]`.
We start by caching the conversion from `batchBytes` to `FinalBatchIr` (the [toBatchIr function in FetcherBase](https://github.com/airbnb/chronon/blob/main/online/src/main/scala/ai/chronon/online/FetcherBase.scala#L102)) and `Map[String, AnyRef]`.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need to happen in this PR, but probably worth switching to some stable SHA for these examples, otherwise the next contribution to e.g. FetcherBase.scala is likely to break this pointer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! will update it to a stable sha

@nikhilsimha nikhilsimha force-pushed the nikhil--master_rename branch from 7123add to 247eefe Compare February 21, 2024 20:59
@nikhilsimha nikhilsimha merged commit e9fa9ea into main Feb 21, 2024
5 of 7 checks passed
@nikhilsimha nikhilsimha deleted the nikhil--master_rename branch February 21, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants