-
Notifications
You must be signed in to change notification settings - Fork 21
Introduce output schemas #36
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
base: main
Are you sure you want to change the base?
Conversation
CLA Assistant Lite bot All Contributors have signed the CLA. |
I have read the Contributor License Agreement and I hereby accept the Terms. |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the examples for labeled schema all have the incorrect schema name.
Here's an example of the output emitted for a single shot: | ||
|
||
```log | ||
HEADER\tschema_name\tordered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HEADER\tschema_name\tordered | |
HEADER\tschema_name\tlabeled |
`METADATA` records): | ||
|
||
```log | ||
HEADER\tschema_name\tordered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HEADER\tschema_name\tordered | |
HEADER\tschema_name\tlabeled |
`METADATA` records): | ||
|
||
```log | ||
HEADER\tschema_name\tordered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HEADER\tschema_name\tordered | |
HEADER\tschema_name\tlabeled |
`METADATA` records): | ||
|
||
```log | ||
HEADER\tschema_name\tordered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HEADER\tschema_name\tordered | |
HEADER\tschema_name\tlabeled |
`METADATA` records): | ||
|
||
```log | ||
HEADER\tschema_name\tordered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HEADER\tschema_name\tordered | |
HEADER\tschema_name\tlabeled |
I have a PR that forks from this one and adds corrections at #50 |
This change introduces two output schemas for QIR, ordered and labeled.