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

fixed NullPointer while creating temporary function #1384

Open
wants to merge 2,911 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2911 commits
Select commit Hold shift + click to select a range
5575ceb
Snap 2503 syncing store (#1192)
hemanthmeka Oct 30, 2018
882277f
[SNAP-2659] reset pool at the end of execution (#1191)
Oct 30, 2018
9a9b23a
update store link
Oct 30, 2018
81f3cbf
Changed scripts to work with old bash 3.x versions
Oct 30, 2018
ac5e5a9
- Modified the directory creation method to exclude the PID from the…
swatisawant Oct 31, 2018
974d6f8
Fix an issue in scripts
Oct 31, 2018
08ecfb1
Snap 2698 ignoring failing tests in compatibilityTests (#1194)
hemanthmeka Nov 2, 2018
58bc4b9
Moved the registration of function 'RefreshMetadata' before start of …
Nov 2, 2018
e8e4531
- Resolved relative path issue in addDependentJarsToProp function. Th…
swatisawant Nov 2, 2018
481c206
[SNAP-2646] make a copy for non-primitive aggregations (#1195)
Nov 2, 2018
5c7962c
* Version 1.0.2.1
Nov 2, 2018
bf67dcf
Linking store
Nov 2, 2018
c072147
correct snappy-jdbc module shadowJar name and add to archives
Nov 2, 2018
b5bbea3
Publish shadowJar for snappy-jdbc
Nov 2, 2018
3158df6
Fixed failures in compatibilityTests
Nov 3, 2018
1a1e74f
Add SnappyData copyright header to log4j.properties files
Nov 4, 2018
bae3a67
Use session property for snappydata.connection in JDBC extensions
Nov 4, 2018
702e087
Slight modification in the replace script.
Nov 4, 2018
3c1469e
Clear SnappyHiveCatalog cache for the calling paths from SnappyExtern…
Nov 4, 2018
d6c7edd
Fixed hive meta-store client configuration in SnappyHiveThriftServer2
Nov 4, 2018
e756f24
Added "snappydata.sql.hiveCompatible" property
Nov 5, 2018
c0a0363
Minor changes to collect-debug-srtifacts script to pull .jmap and
Nov 5, 2018
1eff5d8
update store link
snappy-sachin Nov 5, 2018
9a6c84b
Docv102delta (#1197)
lizygeogy Nov 6, 2018
a472048
* Update the artifact name and version of snappydata jdbc dependency.
Nov 6, 2018
7b3989f
Include release notes for 1.0.2.1
Nov 6, 2018
3a4f481
Minor edits
Nov 6, 2018
357ce93
Changed Archived to Doc Archives in documentation index file.
Nov 6, 2018
cda1d7d
Update snappydata-jdbc pom to exclude all dependencies
Nov 6, 2018
627786e
* Update the Zeppelin interpreter version.
Nov 6, 2018
9c58e0f
remove snappydata-jdbc from product
Nov 6, 2018
a1f1a1b
* Updated Zeppelin interpreter version to be used.
Nov 6, 2018
31b058b
SNAP-2602 : On snappy UI, add column named "Overflown Size"/ "Disk Si…
snappy-sachin Nov 9, 2018
485f2eb
Linking latest spark and store submodules.
snappy-sachin Nov 9, 2018
4f2924c
Clean up and optimization in cdc tests (#1199)
Nov 13, 2018
ca25223
[SNAP-2462] enable common-subexpression elimination for ParamLiterals…
Nov 14, 2018
7b7871e
[SNAP-2389] NPE during lead failure/restart
Nov 14, 2018
85e2f40
Changes for SNAP-2612: (#1174)
snappy-sachin Nov 14, 2018
37aad74
Linking latest spark and store submodules.
snappy-sachin Nov 14, 2018
43065d5
[SNAP 2634] - providing snappy data specific strategies in Incrementa…
vatsalmevada Nov 16, 2018
8d1ca85
Fix an occasional failure in smoke test due to ignorable exception fr…
Nov 17, 2018
5601184
Fixing some meta-data query inconsistencies
Nov 17, 2018
3cfe7c3
Disabled plan caching for LocalTableScanExec as well. (#1202)
Nov 19, 2018
db3c3d0
Minor test change. Missed in last merge.
Nov 19, 2018
094dffc
ClusterRecovery test cases. (#1049)
Nov 20, 2018
af77ce5
Update property_description.md
jramnara Nov 21, 2018
2b983ab
Additional tests for streaming_sink feature and test changes to have …
sonalsagarwal Nov 26, 2018
70110af
SNAP-2723 : streaming compatibility tests (#1206)
vatsalmevada Nov 26, 2018
aa2c337
[SNAP-2381] global lock to serialize concurrent puts (#1056)
Nov 27, 2018
7af9afe
Docv1.0.2.1 delta (#1207)
lizygeogy Nov 28, 2018
07e7f2a
SNAP-2661 : Provide Snappy UI User a control over Auto Update (#1193)
snappy-sachin Nov 29, 2018
b27d296
Linking latest spark submodule.
snappy-sachin Nov 29, 2018
51d560b
Remove framework defaults for eviction and critical heap percentage (…
swatisawant Nov 30, 2018
fe194f7
- Added a mising conf file in the merge
swatisawant Nov 30, 2018
af298af
Automated hydra test to calculate load time for tables in different w…
sonalsagarwal Dec 5, 2018
4e0beb0
Support for Tableau extracts
jramnara Dec 5, 2018
80f2d30
Store the temporary join result in offheap (#1214)
Dec 7, 2018
6dc0a7d
Fixes for issues seen in different putInto tests (#1213)
Dec 7, 2018
28191cb
[SNAP-2773] improve GUI display of put into (#1217)
Dec 12, 2018
67d0bd7
SNAP-2745 - In streaming_sink with conflation enabled, a delete opera…
vatsalmevada Dec 17, 2018
dc03e72
Test changes for simulating OOME reported by a user (#1218)
swatisawant Dec 17, 2018
478aecf
RefParamLiteral being checked for equality against another RefParamLi…
ahshahid Dec 18, 2018
a091fc4
Catalog cleanup and integration with Spark's HiveExternalCatalog (#1219)
Dec 18, 2018
ce7bd49
[SNAP-2751] Enable connecting to secure SnappyData via Thrift server …
ashetkar Dec 20, 2018
0b78bdd
Fixing missing "dbtable" property when recovering from older meta-data
Dec 20, 2018
521480f
[SNAP-2789] implement sameResult for table scans (#1223)
Dec 21, 2018
ccf00d7
update store link
Dec 22, 2018
1f81fea
[SNAP-2790] check valid key_columns in table create (#1225)
Dec 22, 2018
5d41bf9
Fix a deadlock between store catalog and spark one in local mode
Dec 22, 2018
90f3581
Update gradle to version 5.0
Dec 27, 2018
8e08267
fixed the refresh policy on ldap group refresh, so as not to apply to…
ahshahid Dec 28, 2018
9299a80
[SNAP-2818] trim the JOB_DESCRIPTION property in Spark jobs (#1227)
Dec 28, 2018
97fdc4e
exclude old servlet-api which might conflict with javax.servlet-api
Dec 29, 2018
1cea2eb
Improve coverage in few tests and reduce their running time
Dec 29, 2018
adb5966
removing 1995-2015_ParquetEmptyData from repository
Jan 2, 2019
930defa
SNAP-2807 - skipping putInto and deleteFrom operation in the sink if …
vatsalmevada Jan 2, 2019
45a6442
Hydra test coverage for complex data types (#1221)
BhattChandresh Jan 4, 2019
c5d0c7a
Separated Encoders module from the core. (#1228)
PradeepSurale Jan 4, 2019
2abf32d
Snap 2761- using off-heap storage for caching data inside snappy sink…
vatsalmevada Jan 4, 2019
7ab5272
Docv1.0.2.1 temp (#1233)
lizygeogy Jan 8, 2019
5b27909
Docv1.0.2.1 temp (#1236)
lizygeogy Jan 10, 2019
dc1ff2e
Docv1.0.2.1 temp (#1237)
lizygeogy Jan 10, 2019
2d9e4a4
SNAP-2808 - skipping putInto call if incoming dataframe is empty (#1238)
vatsalmevada Jan 11, 2019
7a7e902
Fix backward compatibility issues with sample tables
Jan 15, 2019
e87cf3c
Fixing issues seen in hydra test after gradle upgrade 5.0 (#1232)
sonalsagarwal Jan 17, 2019
0e025cf
SNAP-2716 - considering alias name as part of the normalizedPlan used…
vatsalmevada Jan 21, 2019
b47944b
- Using "create" instead of "put" - solves unique alias name issue (#…
paresh-p11 Jan 22, 2019
305b88e
Revert "- Using "create" instead of "put" - solves unique alias name …
Jan 23, 2019
709cc6a
[SNAP-2869] handling conflation when _eventType column is not availab…
vatsalmevada Jan 24, 2019
1cc0d7e
Linking latest spark submodule.
snappy-sachin Jan 24, 2019
df0e294
Linking latest spark submodule.
snappy-sachin Jan 24, 2019
39dfa7a
Update README.md
lizygeogy Feb 4, 2019
1630148
Fix for filter push down to scan level when IN list has constants
Jan 29, 2019
755a5c7
added bug test to reproduce issue SNAP-2718. Could not reproduce the …
ahshahid Feb 4, 2019
096c418
Merge branch 'master' of https://github.com/SnappyDataInc/snappydata
ahshahid Feb 4, 2019
dd080ab
formatting change
ahshahid Feb 4, 2019
eb6cb8e
replaced show function by collect in the test
ahshahid Feb 5, 2019
f4036f4
SNAP-2719 and SNAP-2457 - falling back to uncached SQL flow for strea…
vatsalmevada Feb 5, 2019
4db068d
Docv1.0.3 temp (#1257)
lizygeogy Feb 6, 2019
2965603
Corrected dead link.
Feb 6, 2019
ec944c8
Fix for SNAP-2887. Checking for primary key columns also to identify …
ahshahid Feb 6, 2019
5911532
A --config directory can be passed to the snappy-start-all script (#1…
Feb 8, 2019
c0274fc
Snap 2237 (#1253)
ahshahid Feb 8, 2019
052a8f5
Fix for SNAP-2368, handling the case when SnappyDataBaseDialect is us…
ahshahid Feb 8, 2019
b54f6ad
SNAP-2467 (#1168)
ymahajan Feb 11, 2019
e84f8f8
added bug test for SNAP-2827 (#1254)
ahshahid Feb 12, 2019
27439b2
modified the store
ahshahid Feb 12, 2019
da79990
fixed the test failure caused by change for fixing SNAP-2237
ahshahid Feb 13, 2019
568b7e1
Branch 1.0.2.2 (#1231)
PradeepSurale Feb 13, 2019
7607064
Spotfire Apache Spark compatibility changes
Feb 20, 2019
1a69600
Linking latest spark submodule.
snappy-sachin Feb 20, 2019
47cb4ed
Fixing the index of the byte used for setting & retrieveing the proje…
ahshahid Feb 21, 2019
9fe6b0b
Snap 2760 (#1234)
ahshahid Feb 22, 2019
760d2df
mdified the store code
ahshahid Feb 22, 2019
f6a5b72
Snap 2900 (#1259)
snappy-sachin Feb 22, 2019
01678c0
Linking latest spark submodule.
snappy-sachin Feb 22, 2019
fe84a02
Linking latest spark submodule.
snappy-sachin Feb 22, 2019
8de3c13
SNAP-2931 - counting each event type separately and performing only r…
vatsalmevada Feb 27, 2019
b3b0783
Added test for batch dml operation using prepared statement (#1235)
smahajan05 Mar 14, 2019
a109243
Fixes for SNAP-2889, SNAP-2913 and other Miscellaneous fixes (#1249)
vatsalmevada Mar 20, 2019
ace0a7c
Tempdocv1021 (#1272)
lizygeogy Mar 20, 2019
1698bac
Corrected broken links. (#1274)
lizygeogy Mar 20, 2019
dd590a2
Fixes for limit query (#1276)
dshirish Mar 27, 2019
d727fef
sync with spark-jobserver
Mar 29, 2019
6da24be
Linking the spark module
dshirish Apr 4, 2019
e6c73e4
[SNAP-2956] Changes to wrap non-fatal OOME from Spark layer in LowMem…
dshirish Apr 4, 2019
9654cc2
Linking spark and store
dshirish Apr 4, 2019
8890e7d
streaming example code cleanup (#1283)
vatsalmevada Apr 8, 2019
956f724
Snap 2474 | Prune partition of row table (#1273)
PradeepSurale Apr 8, 2019
58583d3
Code changes for SNAP-2965: (#1280)
snappy-sachin Apr 8, 2019
630d805
Linking latest spark submodule.
snappy-sachin Apr 8, 2019
f15975c
Changes for SNAP-2860 (#1263)
smahajan05 Apr 9, 2019
41594f5
Use lower-case for listDatabases/listTables for Spark compatibility (…
bisenpiyush Apr 9, 2019
0d57286
- Handling schema already exists exception state in hydra tests.
sonalsagarwal Apr 10, 2019
727428a
Hydra test Coverage for stability test and patients schema (#1287)
swatisawant Apr 11, 2019
eb4d919
[SNAP-2962] Set default value for spark.sql.files.maxPartitionBytes t…
dshirish Apr 11, 2019
e5a81e2
Update Spark and store module versions
Apr 12, 2019
ce1874e
generating SparkR library along with snappy product (#1286)
vatsalmevada Apr 12, 2019
1bd4c2d
[SNAP-2975] fix SEGV in putInto (#1288)
Apr 12, 2019
1942811
Cluster stability MALLOC settings and SNAP-2959 (#1279)
Apr 12, 2019
19856e6
Sync with the latest store.
Apr 13, 2019
5fade0b
Quote table name in some commands before sending to GemXD (#1289)
Apr 15, 2019
27de95b
fix an occasional exception string match failure
Apr 15, 2019
08cd95c
Adding store
Apr 18, 2019
6edadfa
Changes for SNAP-2974: Snappy UI rebranding to TIBCO ComputeDB (#1290)
snappy-sachin Apr 18, 2019
ba0c414
Linking latest spark submodule.
snappy-sachin Apr 18, 2019
29ebf9e
SNAP-2902 Mismatch in the expected and actual inserted rows (#1292)
PradeepSurale Apr 19, 2019
51ac4b9
Fix for SNAP-2982 (#1293)
dshirish Apr 19, 2019
8f2a173
* Versioning related changes for upcoming 1.1.0 release. (#1291)
ashetkar Apr 19, 2019
f7ecc73
Start hive-thriftserver by default in background (#1297)
Apr 24, 2019
714bd2d
Worakaround fix for SNAP-2440. (#1298)
Apr 24, 2019
127404f
Fix buffer reference count for couple of cases (#1300)
Apr 25, 2019
af54297
Revert to older approach for SNAP-2440 (#1301)
Apr 25, 2019
cc2acdc
fix a compilation error in generated code
sumwale Apr 25, 2019
d54cff3
Code changes for SNAP-2989: Snappy UI rebranding to Tibco ComputeDB i…
snappy-sachin Apr 29, 2019
fd3aa9d
Linking latest spark submodule.
snappy-sachin Apr 29, 2019
96fe3e3
Avoid empty parenthesis for unhandled filter (#1303)
Apr 30, 2019
8026acd
Linking latest spark submodule.
snappy-sachin May 3, 2019
6229863
Notes for 1.1.0
dshirish May 4, 2019
6fb800d
Version updates 1.1.0 (#1304)
ashetkar May 7, 2019
3bfefde
Make SnappyConf key name search case-insensitive (#1306)
May 7, 2019
3484fb3
update spark module link
May 7, 2019
1622d02
Invalidating the cached query plans if set command contains aqp prope…
ahshahid May 9, 2019
1ed4dc2
* Updated docs with upcoming release version 1.1.0
May 10, 2019
92c861d
Community docv1.1.0 (#1314)
lizygeogy May 15, 2019
ffe6b0d
Snap 2986 : Refactor scripts for TPC-H smart connector and TPC-DS (#1…
cruizen May 22, 2019
9a16a5d
Community docv1.1.0 (#1318)
lizygeogy May 23, 2019
8284c98
Fix of bug SNAP-2644 (#1320)
May 27, 2019
427ab42
Community docv1.1.0 (#1322)
lizygeogy May 27, 2019
0150db4
* Updated version for hotfix release off 1.1.0 release.
May 28, 2019
572b715
- Provide schema to spark temp table. (#1315)
Jun 3, 2019
cd0f20d
Spark compatibility fixes (#1310)
Jun 5, 2019
4a16c3e
Change inbuilt sink table names to lower-case
Jun 6, 2019
2781e70
Snap 2707 (#1242)
smahajan05 Jun 10, 2019
29515b5
Syncing with latest store
Jun 12, 2019
eb079c4
Use full SQL text in job description
Jun 17, 2019
457e02b
Snap 2878 (#1245)
smahajan05 Jun 24, 2019
d58770a
Fix UTF8 serialization failure with large SQL strings
sumwale Jun 24, 2019
0f52771
Fix for SNAP-3022 - Resetting commonStatementAttributes for thrift (#…
Jun 26, 2019
5cad326
- Adding test cases scenario for SNAP-3028 (#1326)
Jun 26, 2019
b351418
Added fix and test for SNAP-3038 (#1330)
smahajan05 Jun 26, 2019
bf3cb15
[SNAP-2052] Skip implicit cast for update (#1270)
Jun 28, 2019
e915052
- Support for providing multi-line config properties for server, lead…
Jul 1, 2019
c95ae2a
Linking the store
dshirish Jul 1, 2019
9869da0
Prepared stmt on views gives error [SNAP-2254] (#1334)
dshirish Jul 1, 2019
e596f34
Snap 1325 (#1266)
BhattChandresh Jul 2, 2019
3474c0b
[Snap-3065] Addressing issue in prepared statement with subquery (#1337)
dshirish Jul 3, 2019
7c5cd87
Snap 2927 (#1267)
smahajan05 Jul 3, 2019
3463309
examples module can be used as independent gradle project and extende…
paresh-p11 Jul 3, 2019
cd08b26
Fix other issues with decimal precision and modifying scripts (#1333)
Jul 3, 2019
f02a62c
Hydra Test coverage for external tables (#1222)
BhattChandresh Jul 3, 2019
33fcaff
Stability test enhancement to make it more generic in terms of accept…
swatisawant Jul 3, 2019
8e0a533
- Synchronizing with latest store.
Jul 4, 2019
de74cb5
Added a fix and test for SNAP-3024 (#1340)
dshirish Jul 4, 2019
1a157ab
DiskFull Test Cases
Jul 4, 2019
574fcf0
Hydra Test Coverage for Complex Data with ~1GB Data + Snappy Smart Co…
BhattChandresh Jul 5, 2019
360ccf6
adding test for SNAP-2730 (#1342)
hemanthmeka Jul 5, 2019
c1f8b1a
[SNAP-3028] Considering jobserver class loader as a key for generated…
Jul 5, 2019
ac4eaa1
Community docv1.1.0 (#1345)
lizygeogy Jul 8, 2019
837ca41
linking spark and store
Jul 10, 2019
1ed23ff
Snap 2050 (#1341)
smahajan05 Jul 10, 2019
34fe3ab
Avoids setting currentDatabase as 'sys' in hive's SessionState. (#1349)
paresh-p11 Jul 11, 2019
1d0dd48
Snap 2631 (#1331)
bisenpiyush Jul 11, 2019
0a86918
Snap 2228 fix (#1351)
dshirish Jul 12, 2019
35909a1
Deploy command allows names with hyphens and dots [SNAP-2355] (#1347)
paresh-p11 Jul 12, 2019
c5dbb76
Test changes to have explicit casting for small int column in updates…
Jul 12, 2019
09f3838
Added code to copy the configuration files into other member of clust…
bisenpiyush Jul 12, 2019
9b0af08
Linking latest spark submodule.
snappy-sachin Jul 15, 2019
23cb53c
Linking latest spark submodule.
snappy-sachin Jul 15, 2019
a8f273b
Update README.md
lizygeogy Jul 16, 2019
94b7ac5
Improving the unit test for the [SNAP-2355] (#1356)
paresh-p11 Jul 16, 2019
f332373
Linking the store
dshirish Jul 17, 2019
75be2e5
[SNAP-3023] Handle CatalogStaleException with retries in snappy sink …
Jul 17, 2019
e33f26c
Streaming test case for concurrent putinto. (#1316)
Jul 18, 2019
271f1f5
Test for SNAP-2765 (#1359)
dshirish Jul 19, 2019
94a1ee9
Linking the store
dshirish Jul 19, 2019
4ac2640
Hydra test coverage for Cluster upgrade (#1355)
Jul 19, 2019
41d7ca5
Snap 3023 - handling stale catalog exception while state table update…
Jul 19, 2019
fe9e924
Linking the latest store with the root repository.
Jul 19, 2019
c6f7290
Add hydra test cases for DML operation with overflow table data (#1343)
Jul 20, 2019
d45f30e
Support interval expressions (#1360)
Jul 20, 2019
33e178f
Added a test for smart connector ops after rebalance (#1363)
dshirish Jul 22, 2019
8616e41
Linking the store
dshirish Jul 22, 2019
d22fbc1
Hydra test coverage (functional and concurrency) for the list of DML …
swatisawant Jul 22, 2019
ea6e2a0
Avoid error being thrown when PreparedStatement.setDouble is used for…
dshirish Jul 23, 2019
1bcd719
-Adding putinto dml support.
Jul 24, 2019
333e798
linking recent store and spark
Jul 24, 2019
da3e941
SNAP-2636 Updating the UDF jar causes cluster to be unusable on resta…
ashetkar Jul 24, 2019
f83642b
Enforce unique alias in deploy command.
paresh-p11 Jul 24, 2019
d574541
Add support for RESTRICT and CASCADE - Alter table drop column[SNAP-2…
paresh-p11 Jul 25, 2019
8ddf75d
linking latest spark module
Jul 25, 2019
a921781
SNAP-2947: (#1378)
snappy-sachin Jul 25, 2019
56ef94f
Adding dunit test for SNAP-3010 (#1377)
Jul 25, 2019
66e8397
SNAP-3055: added removeTableUnsafeIfExists to drop a catalog table in…
hemanthmeka Jul 25, 2019
776a944
syncing store
hemanthmeka Jul 26, 2019
ae37e04
Linking latest spark submodule.
snappy-sachin Jul 26, 2019
2936516
Added automated test for run command (#1372)
bisenpiyush Jul 26, 2019
9a78ed9
Use synchronizedMap for DynamicReplacableConstant#termMap to avoid it…
dshirish Jul 26, 2019
1d793f1
Code changes for SNAP-2779 and SNAP-1338: (#1373)
snappy-sachin Jul 26, 2019
7e1c531
Linking latest spark and store submodules.
snappy-sachin Jul 26, 2019
b8f1d29
Snap 3061 (#1352)
ahshahid Jul 27, 2019
37c6cb0
changed the store
ahshahid Jul 27, 2019
f54ad3e
[Snap 2828] Serialize the write ops on Column Table (#1362)
Jul 27, 2019
ebc4cfe
Snap 3055 (#1380)
hemanthmeka Jul 27, 2019
a8b31d0
Added automated test for ODBC FailOver functionality (#1371)
bisenpiyush Jul 27, 2019
a2cf856
Fixing [SNAP-2653] (#1368)
paresh-p11 Jul 27, 2019
542404c
External hive support in SnappySession (#1220)
sumwale Jul 27, 2019
1491b2b
Snap 2772 (#1376)
smahajan05 Jul 27, 2019
ccc382a
update spark link
sumwale Jul 27, 2019
466a8ec
fixed NUllPointer while creating temporary function
ashishkshukla Jul 27, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Changes proposed in this pull request

(Fill in the changes here)

## Patch testing

(Fill in the details about how this patch was tested)

## ReleaseNotes.txt changes

(Does this change require an entry in ReleaseNotes.txt? If yes, has it been added to it?)

## Other PRs

(Does this change require changes in other projects- store, spark, spark-jobserver, aqp? Add the links of PR of the other subprojects that are related to this change)
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*.class
snappy-aqp
aqp
benchmarking/
hydraLogs/
snappy-connectors/
snappy-poc/
vm_*

# sbt specific
.cache/
Expand All @@ -14,6 +19,7 @@ project/plugins/project/

# gradle specific
.gradle/
buildOutput.log

# Scala-IDE specific
.scala_dependencies
Expand Down
17 changes: 9 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[submodule "spark-jobserver"]
path = spark-jobserver
url = https://github.com/SnappyData/spark-jobserver.git
url = https://github.com/SnappyDataInc/spark-jobserver.git
branch = snappydata
[submodule "snappy-spark"]
path = snappy-spark
url = https://github.com/SnappyData/snappy-spark.git
branch = snappy/master
[submodule "snappy-store"]
path = snappy-store
url = https://github.com/gemfire/gemxd-staging.git
branch = snappy-store
path = store
url = https://github.com/SnappyDataInc/snappy-store.git
branch = snappy/master
[submodule "spark"]
path = spark
url = https://github.com/SnappyDataInc/spark.git
branch = snappy/branch-2.1

299 changes: 299 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

1,306 changes: 1,306 additions & 0 deletions NOTICE

Large diffs are not rendered by default.

151 changes: 51 additions & 100 deletions README.md

Large diffs are not rendered by default.

1,409 changes: 1,409 additions & 0 deletions ReleaseNotes.txt

Large diffs are not rendered by default.

Loading