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
feat: add ability to write Range values with JSONStreamWriter (#2498)
* feat: add ability to write Range values with JSONStreamWriter
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Update tests to include mixed case and string values
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Add Arrow processor to validate reading range values
* Add test scope to Arrow dependencies
* Fix unit test
* Fix maven dependencies check failure for arrow
* Add arrow-memory-netty to fix sample exception issue with no DefaultAllocationManager
* Temp remove arrow test dependencies to test sample failure
* Further testing
* Test by hard coding test arrow version
* Revert changes for testing
* Pass dep. check
* Updated test for case sensitivity
* Update integration test for case sensitivity for all cases
* Update JsonToProtoMessageTest to include mixed case fields
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BQTableSchemaToProtoDescriptor.java
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BQTableSchemaToProtoDescriptorTest.java
+70
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,76 @@ public void testSimpleTypes() throws Exception {
0 commit comments