Description
PR Changes
Raise a PR against data movement components to have one final check and make changes to the README as well.
- “testMismatchedTypes” depends on a class called “Common”; I’m assuming that’s from the src/test/java portion of marklogic-client-api, so I commented this class out - Remove Common
- “testInvalidTypes” references “Type.SPATIAL”, but this is not part of the current develop branch of marklogic-client-test, so I commented out the part of that test that referenced SPATIAL - Add all 4 jars
README Changes
We did add this line by mistake – “TODO Vivek, what's the best place for these?
We should include the link - https://onlinehelp.tableau.com/current/api/sdk/en-us/help.htm to guide them to the appropriate place where they can get the Tableau jars.
Nothing will be merged to java client API as development work
QA work
Use the test we have created in the PR to accommodate that in our functional test repository. Once Rob releases it, we use that as a dependency and make changes to the test we use in the community to run it in our functional test rather than reusing what is there in our functional test.
We do this because the community test includes all my tests as well as Ajit's test and it is the superset.