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

[C#] Fix bug introduced by merge of 35699 without rebase #37213

Closed
westonpace opened this issue Aug 16, 2023 · 0 comments · Fixed by #37214
Closed

[C#] Fix bug introduced by merge of 35699 without rebase #37213

westonpace opened this issue Aug 16, 2023 · 0 comments · Fixed by #37214
Assignees
Milestone

Comments

@westonpace
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

I merged #35699 without realizing the branch hadn't been rebased in a while. Since then there was a new reference to using FlatBuffers added and it needs changed to using Google.FlatBuffers.

Component(s)

C#

westonpace added a commit that referenced this issue Aug 16, 2023
…se/merge conflict (#37214)

### Rationale for this change

The build was broken

### What changes are included in this PR?

Updated a newly introduced reference to `using FlatBuffers` to be `using Google.FlatBuffers`

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* Closes: #37213

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 14.0.0 milestone Aug 16, 2023
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…o rebase/merge conflict (apache#37214)

### Rationale for this change

The build was broken

### What changes are included in this PR?

Updated a newly introduced reference to `using FlatBuffers` to be `using Google.FlatBuffers`

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* Closes: apache#37213

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant