cloud-fan commented on a change in pull request #31440:
URL: https://github.com/apache/spark/pull/31440#discussion_r569520629
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/InMemoryTable.scala
##########
@@ -61,7 +61,7 @@ class InMemoryTable(
private object IndexColumn extends MetadataColumn {
override def name: String = "index"
- override def dataType: DataType = StringType
+ override def dataType: DataType = IntegerType
Review comment:
The actual data is int.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]