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