-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat: add debug statement to StandardTableDefinition #128
feat: add debug statement to StandardTableDefinition #128
Conversation
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.
Please add unit tests with "invalid" time partitioning.
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardTableDefinition.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableDefinition.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardTableDefinition.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
============================================
+ Coverage 77.38% 77.43% +0.05%
Complexity 1110 1110
============================================
Files 73 73
Lines 5916 5930 +14
Branches 645 645
============================================
+ Hits 4578 4592 +14
Misses 1013 1013
Partials 325 325
Continue to review full report at Codecov.
|
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/StandardTableDefinitionTest.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardTableDefinition.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardTableDefinition.java
Outdated
Show resolved
Hide resolved
[WARNING] Used undeclared dependencies found: [WARNING] org.hamcrest:hamcrest-core:jar:1.3:test
* chore: add debug statement to StandardTableDefinition * update to include cause * remove changes to method headers * update base on comment * adding testcase * adding testcases * fix test dep build error [WARNING] Used undeclared dependencies found: [WARNING] org.hamcrest:hamcrest-core:jar:1.3:test * update to add more info
Debugs b/148288889