Open
Conversation
added 17 commits
October 22, 2018 15:41
remaining build failures = 34 with Spark 2.3.x (was > 200 originally)
- product will always use compatible Spark version but connector can use a different one - added couple of sub-projects (core-product and aqp-product) that will always use the compatible version while connector build can use a different one - cluster will depend on normal build if connector version is same else it will use core-product
|
@sumwale - I was looking into this code base and trying to make a build for spark 2.3.2. |
some build and runtime fixes
added 12 commits
March 6, 2020 20:30
made CREATE FUNCTION to be consistent with Spark
- add search and explicit cleanup of broadcast exchanges at the end of query execution (else they would only be cleared with GC collects the reference) - corrected GUI plan timings and cleanup the END message to deliver it reliably and not leave dangling SQL tasks running forever in some cases. - other test changes for Spark 2.4.5 to fix failures and
… Decimal handling in prepared statements
- fix code generation issue seen in TPCH Q20 - correct SD's SQL listener to link any jobs during planning and execution phase of a query correctly (reintroduced SparkListenerSQLPlanExecutionStart/End and handle SparkListenerSQLExecutionStart to search for any existing execution from SparkListenerSQLPlanExecutionStart then mark it as active instead of creating new one)
also fix few dunit test failures in ColumnBatchAndExternalTableDUnitTest
f1f675c to
1b2dbb1
Compare
8b43301 to
2b254d9
Compare
2c254f0 to
0f2888f
Compare
a466d26 to
ea127bd
Compare
99ec79c to
c7b84fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request
changed between 2.1 to 2.4 with implementations for 2.1.0/2.1.1/2.3.2
Spark version
Patch testing
precheckin
ReleaseNotes.txt changes
Documentation for multiple spark version support in smart connector mode
Other PRs
TIBCOSoftware/snappy-store#478
https://github.com/SnappyDataInc/snappy-aqp/pull/187