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

[Swift] Build failure with google/flatbuffers master #44432

Closed
kou opened this issue Oct 16, 2024 · 1 comment
Closed

[Swift] Build failure with google/flatbuffers master #44432

kou opened this issue Oct 16, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Oct 16, 2024

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

https://github.com/apache/arrow/actions/runs/11357784776/job/31591213976?pr=44431#step:5:1114

[51/77] Compiling Arrow ArrowType.swift
/arrow/swift/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
  public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
                                                                                                                                                                                                   ~~~~~~~~~ ^~~~~~~

Component(s)

Swift

@kou kou added the Type: bug label Oct 16, 2024
kou added a commit to kou/arrow that referenced this issue Oct 16, 2024
kou added a commit that referenced this issue Oct 16, 2024
### Rationale for this change

flatbuffers v24.3.7 includes google/flatbuffers#8134 .

The current master has a build error:

https://github.com/apache/arrow/actions/runs/11357784776/job/31591213976?pr=44431#step:5:1114

```text
[51/77] Compiling Arrow ArrowType.swift
/arrow/swift/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
  public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
                                                                                                                                                                                                   ~~~~~~~~~ ^~~~~~~
```

### What changes are included in this PR?

Use v24.3.7 instead of master.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44432

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou kou added this to the 19.0.0 milestone Oct 16, 2024
@kou
Copy link
Member Author

kou commented Oct 16, 2024

Issue resolved by pull request 44433
#44433

@kou kou closed this as completed Oct 16, 2024
amoeba pushed a commit that referenced this issue Nov 13, 2024
### Rationale for this change

flatbuffers v24.3.7 includes google/flatbuffers#8134 .

The current master has a build error:

https://github.com/apache/arrow/actions/runs/11357784776/job/31591213976?pr=44431#step:5:1114

```text
[51/77] Compiling Arrow ArrowType.swift
/arrow/swift/Arrow/Sources/Arrow/File_generated.swift:107:206: error: value of type 'Table' has no member 'postion'
  public var schema: org_apache_arrow_flatbuf_Schema? { let o = _accessor.offset(VTOFFSET.schema.v); return o == 0 ? nil : org_apache_arrow_flatbuf_Schema(_accessor.bb, o: _accessor.indirect(o + _accessor.postion)) }
                                                                                                                                                                                                   ~~~~~~~~~ ^~~~~~~
```

### What changes are included in this PR?

Use v24.3.7 instead of master.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44432

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant