anishshri-db commented on code in PR #50719: URL: https://github.com/apache/spark/pull/50719#discussion_r2060942687
########## python/pyspark/sql/tests/pandas/helper/helper_pandas_transform_with_state.py: ########## @@ -1159,7 +1159,8 @@ class PandasMapStateLargeTTLProcessor(PandasMapStateProcessor): def init(self, handle: StatefulProcessorHandle) -> None: key_schema = StructType([StructField("name", StringType(), True)]) value_schema = StructType([StructField("count", IntegerType(), True)]) - self.map_state = handle.getMapState("mapState", key_schema, value_schema, 30000) + # Use a large timeout as long as 30 days Review Comment: Can we try higher values also to be safe ? -- 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