Skip to content

Commit 3477b8c

Browse files
authored
KE-36478 revert offset code (apache#473)
* Revert "fix ut" This reverts commit 74fced8. * Revert "[SPARK-39159][SQL] Add new Dataset API for Offset" This reverts commit b2b95a2. * Revert "[SPARK-39057][SQL] Offset could work without Limit" This reverts commit cd1c8cb. * Revert "[SPARK-28330][SQL] Support ANSI SQL: result offset clause in query expression" This reverts commit 80310f5. * update spark version
1 parent 43ac165 commit 3477b8c

File tree

290 files changed

+407
-1282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+407
-1282
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.0-kylin-4.x-r67</version>
24+
<version>3.2.0-kylin-4.x-r68</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

common/kvstore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-shuffle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/sketch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/tags/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/unsafe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.0-kylin-4.x-r67</version>
25+
<version>3.2.0-kylin-4.x-r68</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.0-kylin-4.x-r67</version>
24+
<version>3.2.0-kylin-4.x-r68</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

docs/sql-ref-ansi-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Below is a list of all the keywords in Spark SQL.
452452
|NULL|reserved|non-reserved|reserved|
453453
|NULLS|non-reserved|non-reserved|non-reserved|
454454
|OF|non-reserved|non-reserved|reserved|
455-
|OFFSET|reserved|non-reserved|reserved|
455+
|OFFSET|non-reserved|non-reserved|reserved|
456456
|ON|reserved|strict-non-reserved|reserved|
457457
|ONLY|reserved|non-reserved|reserved|
458458
|OPTION|non-reserved|non-reserved|non-reserved|

0 commit comments

Comments
 (0)