We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The protobuf comment
In addition to a field being emitted per input field an extra int64 field is emitted
Disagrees with the written spec:
The expand fields followed by an i32 column describing the index of the duplicate that the row is derived from.
We should reconcile this.
The text was updated successfully, but these errors were encountered:
Should it be "i32 or i64 field", allowing both? At least in Spark the type of the field depends on some config option, defaulting now to i64 but earlier i32: https://github.com/apache/spark/blob/master/docs/sql-migration-guide.md#upgrading-from-spark-sql-30-to-31 (see second item).
Sorry, something went wrong.
No branches or pull requests
The protobuf comment
Disagrees with the written spec:
We should reconcile this.
The text was updated successfully, but these errors were encountered: