anishshri-db commented on code in PR #47978: URL: https://github.com/apache/spark/pull/47978#discussion_r1746556924
########## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/state/StatePartitionReader.scala: ########## @@ -166,16 +184,22 @@ class StatePartitionReader( stateVariableInfoOpt match { case Some(stateVarInfo) => val stateVarType = stateVarInfo.stateVariableType - val hasTTLEnabled = stateVarInfo.ttlEnabled Review Comment: Yea - for list state, we can't have a separate column. So in that case, we have to embed it as part of the value itself. So trying to make it uniform for value state as well -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org