Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,15 @@ The integration tests also provide an idea about how to use the library and what
git lfs checkout
```

If the above does not work, try the following:
```bash
brew install git-lfs
Copy link
Collaborator

@gabotechs gabotechs Nov 3, 2025

Choose a reason for hiding this comment

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

I don't think we can assume that people using this library are on MacOs, and these commands are irrelevant for Linux users.

What I'd do instead is to post a link that points to how to install git-lfs, ideally from an official source, and just let people follow that rather than putting the instruction for all the operating systems here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, updated. Thoughts?

git lfs install
git lfs pull
```

This step downloads Parquet files used in some tests. It must be completed successfully for the testing suite to pass.

### Running Tests

**Unit and integration tests:**
Expand Down