Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL
    • None

    Description

      PostgreSQL:

      postgres=# select left('ahoj', -2), right('ahoj', -2);
       left | right 
      ------+-------
       ah   | oj
      (1 row)
      

      Spark SQL:

      spark-sql> select left('ahoj', -2), right('ahoj', -2);
      
      spark-sql>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yumwang Yuming Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: