attilapiros opened a new pull request, #94:
URL: https://github.com/apache/phoenix-connectors/pull/94

   Above the modified test there was a statement: 
   > Spark3 doesn't seem to be able to handle case sensitive column names
   
   Actually Spark3 handles case sensitive column names but seems to be not 
handling the quotes in the schema.
   
   So this PR modifies the old test "Ensure DataFrame field normalization 
(PHOENIX-2196)" and shows how case sensitive names can be used with Spark3. 
Without the quotes the normalization should be switched off.
   
   I have executed the integration tests after a full build:
   
   ```
    $ mvn clean install -DskipTests
    $ mvn clean install -rf phoenix5-spark3-it  -Dscala-tests-enabled
    $  cat ./phoenix5-spark3-it/target/surefire-reports/TestSuite.txt | grep 
"Support case sensitive names\|succeeded"
   - Support case sensitive names (112 milliseconds)
   Tests: succeeded 43, failed 0, canceled 0, ignored 5, pending 0
   ```
   
   This unblocks those who have multiple column names differing only in case 
sensitivity (a new test would be better to have for that case in the future).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to