FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: Adding CDC sample by farhan0102 · Pull Request #2263 · googleapis/java-bigquerystorage · GitHub

This repository was archived by the owner on Feb 24, 2026. It is now read-only.

feat: Adding CDC sample - #2263

Merged
Neenu1995 merged 103 commits into
mainfrom
CDCExample
Nov 28, 2023
Merged

feat: Adding CDC sample#2263
Neenu1995 merged 103 commits into
mainfrom
CDCExample

Conversation

farhan0102 commented Oct 4, 2023
edited by PhongChuong
Loading

Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #2331 ☕️

If you write sample code, please follow the samples format.

product-auto-label Bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. labels Oct 4, 2023
farhan0102 force-pushed the CDCExample branch 8 times, most recently from 6ac6fe7 to 75b09ba Compare October 5, 2023 14:44
product-auto-label Bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Oct 5, 2023
farhan0102 force-pushed the CDCExample branch 2 times, most recently from 0ad3ce8 to 190c05e Compare October 5, 2023 14:49
product-auto-label Bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Oct 5, 2023
farhan0102 force-pushed the CDCExample branch 4 times, most recently from 978262e to e054007 Compare October 5, 2023 15:32
product-auto-label Bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Oct 5, 2023
farhan0102 force-pushed the CDCExample branch 3 times, most recently from 80a03bd to 828c03d Compare October 17, 2023 14:39
product-auto-label Bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Oct 17, 2023
product-auto-label Bot removed the size: m Pull request size is medium. label Oct 17, 2023

Copy link
Copy Markdown
Contributor
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.284 s <<< FAILURE! - in com.example.bigquerystorage.JsonWriterStreamCdcIT
[ERROR] com.example.bigquerystorage.JsonWriterStreamCdcIT.testJsonWriterStreamCdc  Time elapsed: 1.277 s  <<< ERROR!
java.io.FileNotFoundException: src/test/resources/NewCustomers.json (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at com.example.bigquerystorage.JsonWriterStreamCdc.getRecordsFromDataFile(JsonWriterStreamCdc.java:164)
	at com.example.bigquerystorage.JsonWriterStreamCdc.main(JsonWriterStreamCdc.java:79)
	at com.example.bigquerystorage.JsonWriterStreamCdcIT.testJsonWriterStreamCdc(JsonWriterStreamCdcIT.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	```

PhongChuong marked this pull request as ready for review November 24, 2023 15:35
PhongChuong requested review from a team, Neenu1995 and chalmerlowe November 24, 2023 15:35
Neenu1995 removed the request for review from chalmerlowe November 24, 2023 16:33
Neenu1995 added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 24, 2023
gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 24, 2023
Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2023
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2023
Neenu1995 added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 28, 2023
gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 28, 2023
Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 28, 2023
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 28, 2023
Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 28, 2023
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CDC samples

Back | FazBrowse Home | New Git URL