-
Notifications
You must be signed in to change notification settings - Fork 62
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
run apiDump #1447
run apiDump #1447
Conversation
One observation is the that API dumps captures changes in ANTLR generated files. It would be nice to filter out those. Perhaps we want to:
|
Conformance comparison report-Cross Engine
Number failing in both: 231 Number passing in legacy engine but fail in eval engine: 312 Number failing in legacy engine but pass in eval engine: 205 Conformance comparison report-Cross Commit-LEGACY
Number failing in both: 436 Number passing in Base (abfc58d) but now fail: 0 Number failing in Base (abfc58d) but now pass: 0 Conformance comparison report-Cross Commit-EVAL
Number failing in both: 543 Number passing in Base (abfc58d) but now fail: 1 Number failing in Base (abfc58d) but now pass: 1 Click here to see
Click here to see
|
Agree that it'll be good to do both of those.
|
* Revert "V1 ddl extended keyword (#1455)" This reverts commit 2879f3a * Revert "struct subfield and list element type (#1449)" This reverts commit 23f6fee * Revert "run apiDump (#1447)" This reverts commit 607c4c0 * Revert "Support parsing for attribute and tuple level constraint (#1442)" This reverts commit abfc58d * fix post-revert build * submodule
Relevant Issues
Description
./gradlew apiDump
to fix build.Other Information
Updated Unreleased Section in CHANGELOG: [YES/NO]
Any backward-incompatible changes? [YES/NO]
errors for users that are using our public APIs or the entities that have
public
visibility in our code-base. >Any new external dependencies? [YES/NO]
Do your changes comply with the Contributing Guidelines
and Code Style Guidelines? [YES/NO]
License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.