Skip to content

Conversation

@chaokunyang
Copy link
Collaborator

@chaokunyang chaokunyang commented Jan 7, 2026

Why?

What does this PR do?

Related issues

Closes #3110
Closes #2914
#3099

Does this PR introduce any user-facing change?

  • Does this PR introduce any public API change?
  • Does this PR introduce any binary protocol compatibility change?

Benchmark

@chaokunyang chaokunyang changed the title feat(java/xlang): support unsigned types for java feat(java/xlang): support unsigned types for java/python/xlang Jan 7, 2026
@chaokunyang chaokunyang force-pushed the support_unsigned_types_for_java branch from 1c1ae07 to 43b7783 Compare January 7, 2026 10:10
@chaokunyang chaokunyang force-pushed the support_unsigned_types_for_java branch from 85d3b9b to af664fd Compare January 9, 2026 11:00
boolean isStatic, Class<?> type, String fieldName, Supplier<Expression> value) {
Reference fieldRef = fieldMap.get(fieldName);
if (fieldRef == null) {
fieldName = ctx.newName(fieldName);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fix #3118 too

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.

[Xlang] Add unsigned int8/16/32/64 to xlang serialization spec

2 participants