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