robin-sparkless 4.2.1

PySpark-like DataFrame API in Rust on Polars; no JVM.
Documentation
{
  "test_id": "current_date",
  "pyspark_version": "3.5",
  "generated_at": "2025-10-27T14:13:17.451230",
  "input_data": [
    {
      "id": 1,
      "name": "Alice",
      "hire_date": "2020-01-15",
      "birth_date": "1990-05-20"
    },
    {
      "id": 2,
      "name": "Bob",
      "hire_date": "2019-03-10",
      "birth_date": "1985-12-03"
    },
    {
      "id": 3,
      "name": "Charlie",
      "hire_date": "2021-07-22",
      "birth_date": "1992-08-14"
    }
  ],
  "operation": "DataFrame operation: current_date",
  "expected_output": {
    "schema": {
      "field_count": 1,
      "field_names": [
        "current_date()"
      ],
      "field_types": [
        "date"
      ],
      "fields": [
        {
          "name": "current_date()",
          "type": "date",
          "nullable": false
        }
      ]
    },
    "data": [
      {
        "current_date()": "2025-10-27"
      },
      {
        "current_date()": "2025-10-27"
      },
      {
        "current_date()": "2025-10-27"
      }
    ],
    "row_count": 3
  }
}