No, everything in Sedona is free. What it means is that don't change it unless you know how these parameters work. Most users do not need to change these parameters.
On Wed, Aug 31, 2022 at 6:11 PM 可为 <[email protected]> wrote: > Thanks a lot for your reply ! > In "https://sedona.apache.org/api/sql/Parameter/#explanation", I found > the following words. "*Advanced users only!". *I don't known what's > that mean. Do I need to pay or donate to use this feature? > > - sedona.join.indexbuildside *(Advanced users only!)* > - The side which Sedona builds spatial indices on > - Default: left > - Possible values: left, right > > > > ------------------ 原始邮件 ------------------ > *发件人:* "Jia Yu"<[email protected]>; > *发送时间:* 2022年9月1日(星期四) 上午7:27 > *收件人:* "dev"<[email protected]>; "可为"<[email protected]>; > *主题:* Re: how to set partition and index when I use spatial SQL > > Hi, > > 1. Non-spatial attributes in SpatialRDD are stored in the userData field > of geometries. In a spatial join query result, the non-spatial attributes > are stored in the userData of each geometry. You can access them using a > Map or MapPair function. See: > https://sedona.apache.org/tutorial/rdd/#read-other-attributes-in-an-spatialrdd > > 2. In SpatialSQL API, the index and spatial partitioning are automatically > done on the fly. You can set some parameters here: > https://sedona.apache.org/api/sql/Parameter/#explanation > > Thanks, > Jia > > > > On Wed, Aug 31, 2022 at 7:06 AM 可为 <[email protected]> wrote: > >> Hello everybody, >> I found the RDD's result of the spatial >> join query did not have non-spatial attributes >> . So I use spatial SQL. But >> how to set partition and index when I use spatial >> SQL? Could you please give any suggestions? >> Thank you very much. >> >> >> >> Or is there some ways to make the >> spatial join query has non-spatial attributes? > >
