BigQuery: BigQuery.getTable(TableId) throws NullPointerException when TableId contains an empty table name. #6277
Labels
api: bigquery
Issues related to the BigQuery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
More precisely, the only google-related dependency included in my pom.xml is the following:
Steps to reproduce
pom.xml
:Stack trace
Any additional information below
If
TABLE_NAME
is not empty then it works as expected (i.e: specific, expected responses for invalid table names, returning null when table does not exist and so on).It feels very similar to #3982 . However, this issue appears as fixed.
The text was updated successfully, but these errors were encountered: