feat!: Upgrade Bigtable to V2 #11971
backwards-compatibility-check.yaml
on: pull_request
backwards-compatibility-check
13m 13s
unexpected-major-version-check
0s
Annotations
11 errors
backwards-compatibility-check
Process completed with exit code 1.
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The number of required arguments for Google\Cloud\Bigtable\Table#__construct() increased from 2 to 3
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The parameter $tableName of Google\Cloud\Bigtable\Table#__construct() changed from no type to a non-contravariant Google\ApiCore\Serializer
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The parameter $options of Google\Cloud\Bigtable\Table#__construct() changed from array to a non-contravariant string
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The parameter $gapicClient of Google\Cloud\Bigtable\Table#__construct() changed from Google\Cloud\Bigtable\V2\BigtableClient to no type
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The parameter $tableName of Google\Cloud\Bigtable\Table#__construct() changed from no type to Google\ApiCore\Serializer
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
The parameter $options of Google\Cloud\Bigtable\Table#__construct() changed from array to string
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
Parameter 1 of Google\Cloud\Bigtable\Table#__construct() changed name from tableName to serializer
|
backwards-compatibility-check:
Bigtable/src/Table.php#L97
Parameter 2 of Google\Cloud\Bigtable\Table#__construct() changed name from options to tableName
|
backwards-compatibility-check:
Bigtable/src/ChunkFormatter.php#L137
The parameter $readRowsCall of Google\Cloud\Bigtable\ChunkFormatter#__construct() changed from callable to a non-contravariant Google\Cloud\Bigtable\V2\Client\BigtableClient
|
backwards-compatibility-check:
Bigtable/src/ChunkFormatter.php#L137
The parameter $tableName of Google\Cloud\Bigtable\ChunkFormatter#__construct() changed from no type to a non-contravariant Google\Cloud\Bigtable\V2\ReadRowsRequest
|