-
Notifications
You must be signed in to change notification settings - Fork 168
Rename AS to FROM/TO in SQL extensions #2273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename AS to FROM/TO in SQL extensions #2273
Conversation
dd1adf3 to
407e607
Compare
Codecov Report
@@ Coverage Diff @@
## main #2273 +/- ##
============================================
+ Coverage 83.76% 84.37% +0.60%
- Complexity 1843 1856 +13
============================================
Files 237 237
Lines 10461 10464 +3
Branches 734 734
============================================
+ Hits 8763 8829 +66
+ Misses 1393 1330 -63
Partials 305 305
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
snazy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, the change is legit and leans more towards "naturally spoken language" idiom.
...sions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/AssignReferenceExec.scala
Show resolved
Hide resolved
407e607 to
a2d025f
Compare
...ammar/src/main/antlr4/org/apache/spark/sql/catalyst/parser/extensions/NessieSqlExtensions.g4
Show resolved
Hide resolved
- upgrade to iceberg v0.13.1 - upgrade to flink v1.14.4 - update notebooks to new sql grammar (see projectnessie/nessie#2273) - update notebooks to new nessie cli - update noteboosk to new nessie python api - avoid silent exception handling - apply delta workaround (see projectnessie/nessie#3552)
- upgrade to iceberg 0.13.1 - upgrade to flink 1.13.6 - update notebooks to new sql grammar (see projectnessie/nessie#2273) - adjust notebooks to new nessie cli - adjust notebooks to new nessie python api - avoid silent exception handling - apply delta workaround (see projectnessie/nessie#3552)
- upgrade to iceberg 0.13.1 - upgrade to flink 1.13.6 - update notebooks to new sql grammar (see projectnessie/nessie#2273) - adjust notebooks to new nessie cli - adjust notebooks to new nessie python api - adjust notebooks to no longer claim branches have the same hash after merging - avoid silent exception handling - apply workaround for delta demo (for projectnessie/nessie#3552) - apply workaround for hive demo (for apache/iceberg#4509)
- upgrade to iceberg 0.13.1 - upgrade to flink 1.13.6 - update notebooks to new sql grammar (see projectnessie/nessie#2273) - adjust notebooks to new nessie cli - adjust notebooks to new nessie python api - adjust notebooks to no longer claim branches have the same hash after merging - avoid silent exception handling - apply workaround for delta demo (for projectnessie/nessie#3552) - apply workaround for hive demo (for apache/iceberg#4509)
- upgrade to iceberg 0.13.1 - upgrade to flink 1.13.6 - update notebooks to new sql grammar (see projectnessie/nessie#2273) - adjust notebooks to new nessie cli - adjust notebooks to new nessie python api - adjust notebooks to no longer claim branches have the same hash after merging - avoid silent exception handling - apply workaround for delta demo (for projectnessie/nessie#3552) - apply workaround for hive demo (for apache/iceberg#4509) closes #260
No description provided.