You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce this, delete pig-tests/src/org/partiql/pig/tests/generated/sample-universe.kt and then execute ./gradlew build. The resulting build failure clearly indicates that the file is not being regenerated before the pig-tests sub-project is being compiled. The intent was to make generateTestDomains execute beforepig-tests is compiled.
Because this file is checked into the repository, this is little more than a minor annoyance right now but might lead to confusing behaviour for developers who are unaware of this.
The text was updated successfully, but these errors were encountered:
To reproduce this, delete
pig-tests/src/org/partiql/pig/tests/generated/sample-universe.kt
and then execute./gradlew build
. The resulting build failure clearly indicates that the file is not being regenerated before thepig-tests
sub-project is being compiled. The intent was to makegenerateTestDomains
execute beforepig-tests
is compiled.Because this file is checked into the repository, this is little more than a minor annoyance right now but might lead to confusing behaviour for developers who are unaware of this.
The text was updated successfully, but these errors were encountered: