-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Avro type float (also double ?) is converted to number but without float label displayed #14
Comments
This issue has been automatically marked as stale because it has not had recent activity 😴 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
For Logical type, the parser should use the |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
Avro parser transforms Avro to JSON Schema. Where in the JSON Schema would you put such additional info? |
this limitation is solved in the pr #82 |
Describe the bug
When using a
float
type (maybe also withdouble
type) in Avro schema, the rendering HTML template don't display thefloat
label near thenumber
typeGiven this field :
Here is the HTML rendering :
But we expect to have this HTML rendering :
How to Reproduce
Steps to reproduce the issue. Attach all resources that can help us understand the issue:
Here is the related gist : https://gist.github.com/M3lkior/e282c8ebd3ac94759d4f58ebefdb8f49
Expected behavior
The
float
label must appears in HTML template generation :The text was updated successfully, but these errors were encountered: