Dongjoon Hyun created SPARK-37866:
-------------------------------------

             Summary: Set file.encoding to UTF-8 for testing
                 Key: SPARK-37866
                 URL: https://issues.apache.org/jira/browse/SPARK-37866
             Project: Spark
          Issue Type: Test
          Components: Tests
    Affects Versions: 3.3.0
            Reporter: Dongjoon Hyun


{code}
$ LANG=C.UTF-8 build/sbt "sql/testOnly *.JDBCV2Suite -- -z non-ascii"
...
[info] - column name with non-ascii *** FAILED *** (2 seconds, 668 milliseconds)
[info]   "== Parsed Logical Plan ==
[info]   'Project [unresolvedalias('COUNT('?), None)]
[info]   +- 'UnresolvedRelation [h2, test, person], [], false
[info]
[info]   == Analyzed Logical Plan ==
[info]   count(?): bigint
[info]   Aggregate [count(?#x) AS count(?)#xL]
[info]   +- SubqueryAlias h2.test.person
[info]      +- RelationV2[?#x] test.person
[info]
[info]   == Optimized Logical Plan ==
[info]   Project [COUNT(U&"\540d")#xL AS count(?#x)#xL AS count(?)#xL]
[info]   +- RelationV2[COUNT(U&"\540d")#xL] test.person
[info]
[info]   == Physical Plan ==
[info]   *(1) Project [COUNT(U&"\540d")#xL AS count(?)#xL]
[info]   +- *(1) Scan 
org.apache.spark.sql.execution.datasources.v2.jdbc.JDBCScan$$anon$1@df881a4 
[COUNT(U&"\540d")#xL] PushedAggregates: [COUNT(`?`)], PushedFilters: [], 
PushedGroupByColumns: [], ReadSchema: struct<COUNT(U&"\540d"):bigint>
[info]
[info]   " did not contain "PushedAggregates: [COUNT(`名`)]" 
(ExplainSuite.scala:66)
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to