sandip-db commented on code in PR #43722: URL: https://github.com/apache/spark/pull/43722#discussion_r1391308502
########## sql/core/src/test/resources/test-data/xml-resources/attributes-case-sensitive.xml: ########## @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<ROWSET> + <ROW> + <struct attr1="1">1</struct> + <array attr2="2">2</array> + <array Attr2="3">3</array> + <array aTTr2="4">4</array> Review Comment: LGTM. Its a valid XML and intended to test case insentivity for attributes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
