Re: python tests: any reason for a huge tests.py?

2018-09-13 Thread Bryan Cutler
Hi Imran, I agree it would be good to split up the tests, but there might be a couple things to discuss first. Right now we have a single "test.py" for each subpackage. I think it makes sense to roughly have a test file for most modules, e.g. "test_rdd.py", but it might not always be clear cut and

Re: DataSourceWriter V2 Api questions

2018-09-13 Thread Thakrar, Jayesh
Agree on the “constraints” when working with Cassandra. But remember, this is a weak attempt to make two non-transactional systems appear to the outside world as a transactional system. Scaffolding/plumbing/abstractions will have to be created in the form of say, a custom data access layer. Anyw