rubenada commented on code in PR #2892:
URL: https://github.com/apache/calcite/pull/2892#discussion_r964484381


##########
core/src/test/java/org/apache/calcite/test/SqlXmlFunctionsTest.java:
##########
@@ -36,6 +39,23 @@
  */
 class SqlXmlFunctionsTest {
 
+  private static final String XML = "<document>string</document>";
+  private static final String XSLT =
+      "<xsl:stylesheet 
xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\";></xsl:stylesheet>";
+  private static final String DOCUMENT_PATH = "/document";
+  private static @Nullable String xmlExternalEntity = null;
+  private static @Nullable String xsltExternalEntity = null;
+
+  @BeforeAll public static void setup() throws Exception {
+    final File testFile = File.createTempFile("foo", "temp");

Review Comment:
   Modification applied.
   Let me know if everything is ok on your side @exceptionfactory . If so, I 
will proceed to finalize the PR (squash commits into a single one + merge).



-- 
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