File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ class StorageDescriptor:
702702 length is 128 characters.
703703 locationUri (Optional[str]): The physical location of the table (e.g.
704704 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or
705- 'gs://spark-dataproc-data/pangea-data/* '). The maximum length is
705+ 'gs://spark-dataproc-data/pangea-data/'). The maximum length is
706706 2056 bytes.
707707 outputFormat (Optional[str]): Specifies the fully qualified class name
708708 of the OutputFormat (e.g.
@@ -741,7 +741,7 @@ def input_format(self, value: Optional[str]):
741741 def location_uri (self ) -> Any :
742742 """Optional. The physical location of the table (e.g. 'gs://spark-
743743 dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-
744- data/pangea-data/* '). The maximum length is 2056 bytes."""
744+ data/pangea-data/'). The maximum length is 2056 bytes."""
745745
746746 return self ._properties .get ("locationUri" )
747747
You can’t perform that action at this time.
0 commit comments