Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31562

Update ExpressionDescription for substring, current_date, and current_timestamp

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Documentation, SQL
    • None

    Description

      This jira intends to add entries for substring, current_date, and current_timestamp in the SQL built-in function documents. Specifically, the entries are as follows;

      SELECT current_date;
      SELECT current_timestamp;
      SELECT substring('abcd' FROM 1);
      SELECT substring('abcd' FROM 1 FOR 2);

      Attachments

        Activity

          People

            maropu Takeshi Yamamuro
            maropu Takeshi Yamamuro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: