== Parsed Logical Plan ==
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#14008, None)) > 0)
+- Project [value#14002 AS value#14008]
+- Project [value#14002]
+- Relation[value#14002] text
== Analyzed Logical Plan ==
value: string
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#14008, None)) > 0)
+- Project [value#14002 AS value#14008]
+- Project [value#14002]
+- Relation[value#14002] text
== Optimized Logical Plan ==
GlobalLimit 1
+- LocalLimit 1
+- Filter (length(trim(value#14002, None)) > 0)
+- Relation[value#14002] text
== Physical Plan ==
CollectLimit 1
+- *(1) Filter (length(trim(value#14002, None)) > 0)
+- FileScan text [value#14002] Batched: false, DataFilters: [(length(trim(value#14002, None)) > 0)], Format: Text, Location: InMemoryFileIndex[file:/data/input/depot/csv/execution/BASE_PATIENT_21764/current/PATIENT-DC.csv], PartitionFilters: [], PushedFilters: [], ReadSchema: struct<value:string>