stefankandic commented on code in PR #45105:
URL: https://github.com/apache/spark/pull/45105#discussion_r1497982234
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala:
##########
@@ -292,6 +292,37 @@ class DataSourceV2SQLSuiteV1Filter
}
}
+ test("create v2 table with collation column") {
Review Comment:
extending `DatasourceV2SQLBase` worked without issues in my IDE using maven,
but has a very weird failure when using sbt which is why the PR check keeps
failing. Is this a known thing perhaps?
`[info] - add collated column with alter table *** FAILED *** (237
milliseconds)
[info] org.apache.spark.SparkException: Job aborted due to stage failure:
Task 0 in stage 140.0 failed 1 times, most recent failure: Lost task 0.0 in
stage 140.0 (TID 134) (192.168.15.240 executor driver):
java.lang.AssertionError: index (1) should < 1
[info] at
org.apache.spark.sql.catalyst.expressions.UnsafeRow.assertIndexIsValid(UnsafeRow.java:120)`
cc: @dbatomic
--
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]