You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2024/02/21 01:06:47 UTC

(arrow-datafusion) branch main updated: Add ticket reference to test (#9270)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 202f285def Add ticket reference to test (#9270)
202f285def is described below

commit 202f285defc638e1f23e0d220fb03c57b86b4ba7
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Tue Feb 20 20:06:42 2024 -0500

    Add ticket reference to test (#9270)
    
    Add reference to https://github.com/apache/arrow-datafusion/issues/9269
---
 datafusion/sqllogictest/test_files/copy.slt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/sqllogictest/test_files/copy.slt b/datafusion/sqllogictest/test_files/copy.slt
index 51b46d710b..a5abf1b4a1 100644
--- a/datafusion/sqllogictest/test_files/copy.slt
+++ b/datafusion/sqllogictest/test_files/copy.slt
@@ -106,6 +106,7 @@ CREATE EXTERNAL TABLE validate_partitioned_escape_quote STORED AS CSV
 LOCATION 'test_files/scratch/copy/escape_quote/' PARTITIONED BY ("'test2'", "'test3'");
 
 # This triggers a panic (index out of bounds)
+# https://github.com/apache/arrow-datafusion/issues/9269
 #query
 #select * from validate_partitioned_escape_quote;