File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -701,8 +701,8 @@ class StorageDescriptor:
701701 "org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"). The maximum
702702 length is 128 characters.
703703 locationUri (Optional[str]): The physical location of the table (e.g.
704- ` gs://spark-dataproc-data/pangea-data/case_sensitive/` or
705- ` gs://spark-dataproc-data/pangea-data/*` ). The maximum length is
704+ ' gs://spark-dataproc-data/pangea-data/case_sensitive/' or
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.
@@ -739,9 +739,9 @@ def input_format(self, value: Optional[str]):
739739
740740 @property
741741 def location_uri (self ) -> Any :
742- """Optional. The physical location of the table (e.g. ` gs://spark-
743- dataproc-data/pangea-data/case_sensitive/` or ` gs://spark-dataproc-
744- data/pangea-data/*` ). The maximum length is 2056 bytes."""
742+ """Optional. The physical location of the table (e.g. ' gs://spark-
743+ dataproc-data/pangea-data/case_sensitive/' or ' gs://spark-dataproc-
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