Skip to content
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

oss port #784

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

oss port #784

wants to merge 11 commits into from

Commits on May 15, 2023

  1. Support GeoMultiPolygon input and output column arguments in UDTFs (#…

    …7136)
    
    * Support GeoMultiPolygon input and output column arguments in UDTFs
    
    * Add complete tests for GeoPolygon and GeoMultiPolygon. Fix various issues.
    
    Signed-off-by: jack <jack@omnisci.com>
    pearu authored and jack-mapd committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3d10b1d View commit details
    Browse the repository at this point in the history
  2. Server crash when processing sharded join query if at least one shard…

    … is an empty (#7146)
    
    * Do not throw an exception for sharded join on multi-gpus
    
    * Check hash table buffer to exit early if it is not a valid
    
    Signed-off-by: jack <jack@omnisci.com>
    yoonminnam authored and jack-mapd committed May 15, 2023
    Configuration menu
    Copy the full SHA
    28e95be View commit details
    Browse the repository at this point in the history
  3. Fix get_rows() whitespace/quote parsing errors (#7140)

    * Delimited Files: fix issue where whitespace between quoted fields was not being properly parsed
    
    * When throwing InsufficientBufferSizeException, the parser will print an alternative message if the parser is still in quotes
    
    Signed-off-by: jack <jack@omnisci.com>
    AndrewVDo authored and jack-mapd committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ad0a69d View commit details
    Browse the repository at this point in the history
  4. Don't compile unsupported compute capability (#7147)

    Signed-off-by: jack <jack@omnisci.com>
    mattpulver authored and jack-mapd committed May 15, 2023
    Configuration menu
    Copy the full SHA
    26c0cfa View commit details
    Browse the repository at this point in the history
  5. Remove Render Groups (Step 7 of 8) (#7144)

    * Drop Render Group columns when restoring an older table dump
    * Add tests for restoring old dumps with render group columns (good and corrupt)
    * Dumps are now versioned
    * Check version on restore and only remove render group columns if version requires
    
    Signed-off-by: jack <jack@omnisci.com>
    simoneves authored and jack-mapd committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d5467e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. fix four mislabelled command line options (#7150)

    Signed-off-by: jack <jack@omnisci.com>
    corecursion authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    23d0ac6 View commit details
    Browse the repository at this point in the history
  2. Server crashes when query rewriter analyzes ST_DISTANCE operation h…

    …aving constant point object (#7149)
    
    * Fixup the logic related to the invalid qual checking
    
    * Fixup col_id assignment logic for the col having multiple rte_idxs
    
    * Address comment #1: assert test queries' result
    
    * improve function's readability
    
    * Use std::optional instead of hard-coded invalid val
    
    Signed-off-by: jack <jack@omnisci.com>
    yoonminnam authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6f27306 View commit details
    Browse the repository at this point in the history
  3. Add query hints to force 1) baseline join hash table and 2) OneToMany…

    … hash table layout (#7154)
    
    * Add query hints
    
    * Ignore query hints for overlaps and range hash join
    
    * Apply query hints
    
    Signed-off-by: jack <jack@omnisci.com>
    yoonminnam authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    222f238 View commit details
    Browse the repository at this point in the history
  4. Fix buffer overflow error in BufferMgr's deleteBuffersWithPrefix meth…

    …od (#7155)
    
    Signed-off-by: jack <jack@omnisci.com>
    paul-aiyedun authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a3f54f0 View commit details
    Browse the repository at this point in the history
  5. Add DebugOutputStream.h and replace existing macros

    Signed-off-by: jack <jack@omnisci.com>
    steveblackmon-mapd authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    83f2bfd View commit details
    Browse the repository at this point in the history
  6. Support GeoMultiLineString input and output arguments in UDTFs (#7152)

    * Support GeoMultiLineString input and output arguments in UDTFs
    
    * Use fromCoords instead of setItem from buffer.
    
    * A major clean up of FlatBuffer and heavydbTypes headers.
    
    Signed-off-by: jack <jack@omnisci.com>
    pearu authored and jack-mapd committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    cbed644 View commit details
    Browse the repository at this point in the history