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
This is to make it easier to send these configurations across the network in a running Apache Beam pipeline.
The API of Beam asks for any metadata driving all transforms and functions to be Serializable. Reading from and writing to Neo4j is no exception to this. This requirement in turn forces us to mirror all methods of Config, SessionConfig and TransactionConfig in new Serializable classes and write new Builders for this as well.
The text was updated successfully, but these errors were encountered:
* Issue #1081
* Restore tests.
- Wrong imports
- Formatting changed
* Restore one more test.
* Cleanup session config test
* Don't use optional as field value, add test for session config.
* Don't try to serialize driver values.
* Cleanup config test
* Push down serializable into `InternalBook` for the obscure case someone implemented it, too.
* Add serialVersionUID's
* Make config correctly serialize
* More polishing.
* Apply suggestions.
Co-authored-by: Michael Simons <[email protected]>
This is to make it easier to send these configurations across the network in a running Apache Beam pipeline.
The API of Beam asks for any metadata driving all transforms and functions to be Serializable. Reading from and writing to Neo4j is no exception to this. This requirement in turn forces us to mirror all methods of Config, SessionConfig and TransactionConfig in new Serializable classes and write new Builders for this as well.
The text was updated successfully, but these errors were encountered: