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

Internal pataching to 'st distance' #781

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

Commits on Feb 9, 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 <[email protected]>
    pearu authored and jack-mapd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1d0675d 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 <[email protected]>
    yoonminnam authored and jack-mapd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    281c46e 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 <[email protected]>
    AndrewVDo authored and jack-mapd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    39dd909 View commit details
    Browse the repository at this point in the history
  4. Don't compile unsupported compute capability (#7147)

    Signed-off-by: jack <[email protected]>
    mattpulver authored and jack-mapd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1764709 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
    
    Co-authored-by: Paul Aiyedun <[email protected]>
    Signed-off-by: jack <[email protected]>
    2 people authored and jack-mapd committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1ef76fd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

    Signed-off-by: jack <[email protected]>
    corecursion authored and jack-mapd committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1afa387 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
    
    * Add tests
    
    * 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 <[email protected]>
    yoonminnam authored and jack-mapd committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0f632be View commit details
    Browse the repository at this point in the history