HDP-2.3 is based on Apache Phoenix 4.4.0-HBase-1.1

Following are the changes on top of Apache Phoenix 4.4.0-HBase-1.1

0f08745 PHOENIX-2817 Phoenix-Spark plugin doesn't work in secured env
aab092c PHOENIX-2601 Query result is incorrect when both index hint and limit are used
PHOENIX-2608 Incompatibility between Jackson1 version shipped with Phoenix, Yarn
e817b9d PHOENIX-2042 Windows need hadoop native libraries to run tests
9279bb1 Disable Windows Perf tests. BUG-39016 Fix Phoenix unit tests on Windows
e817b9d PHOENIX-2042 Windows need hadoop native libraries to run tests
2fa0004 PHOENIX-2032 psql.py is broken after PHOENIX-2013
2121bcd PHOENIX-2033 PQS log environment details on launch
ed5b05b PHOENIX-2007 java.sql.SQLException: Encountered exception in sub plan [0] execution(Alicia Ying Shu)'
03d6733 BUG-BUG-38630 Queries with Hints are raising IllegalStateException
2bd5c4c PHOENIX-2012 RowKeyComparisonFilter logs unencoded data at DEBUG level
62950ca BUG-38093. Addendum. Phoenix Query Execution with Slider is throwing RuntimeException - Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created (Nick Dimiduk).
91aef11 BUG-38093. Phoenix Query Execution with Slider is throwing RuntimeException - Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created (Nick Dimiduk).
c20adc6 PHOENIX-2010 Properly validate number of arguments passed to the functions in FunctionParseNode#validate(Rajeshbabu)
4e2b35b BUG-38040 NPE at unit tests
0368db0 PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well
a1ca392 PHOENIX-2005 Connection utilities omit zk client port, parent znode (addendum)
3f4af51 PHOENIX-2005 Connection utilities omit zk client port, parent znode
8cee3e8 PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString
3c3ecca PHOENIX-1995 client uberjar doesn't support dfs
8dc810e PHOENIX-1990 bin/queryserver makeWinServiceDesc doesn't actually work in Windows
75019c5 PHOENIX-1980 CsvBulkLoad cannot load hbase-site.xml from classpath
2659cda PHOENIX-1976 Exit gracefully if addShutdownHook fails.
46c0929 BUG-36569 include more missing transitive dependencies in client assembly
c137783 BUG-36554 include missing transitive dependency javax.servlet:servlet-api in client assembly
ac2d55 BUG-35534 Need MSI Support for Phoenix Query Server
5bfd469 BUG-36022 add @Ignore to QueryServerBasicsIT so that it's not failing tests in secure deploys
22c4986 Update winpkg/pom.xml version
5ce4596 PHOENIX-914 Native HBase timestamp support to optimize date range queries in Phoenix (BUG-28921, temporary patch until a more complete fix)
386dae7 BUG-12396 Create winpkg for Phoenix, to make part of HDP MSI
3f6ed6e adding distribution tag to pom.xml
1acf180 Bump the version of calcite so that local builds work
91afff3 PHOENIX-1277 CSVCommonsLoader not allowing null CHAR values (non PK)
d7c077b PHOENIX-1659 PhoenixDatabaseMetaData.getColumns does not return REMARKS column
0000000 PHOENIX-1734 Local index improvements (multiple checkins)
b955b05 PHOENIX-2074 StackOverflowError with RoundRobinResultIterator
da3f245 PHOENIX-2096 Tweak criteria for when round robin iterator is used
1c69717 PHOENIX-1975 Detect and use HBASE_HOME when set
b261f48 PHOENIX-1978 UDF ArgumentTypeMismatchException
9b77410 PHOENIX-2011 Default, min, and max values should not require quotes around it in create function
bd9c432 PHOENIX-2014 WHERE search condition ignored when also using row value constructor in view
047c9d3 PHOENIX-2151 Two different UDFs called on same column return values from first UDF only
afb01dc PHOENIX-2022 BaseRegionScanner.next should be abstract
fff2772 PHOENIX-2027 Subqueries with no data are raising IllegalStateException
9c80881 PHOENIX-2029 Queries are making two rpc calls for getTable
d667abe PHOENIX-2030 CsvBulkLoadTool should use logical name of the table for output directory suffix
2579ca9 PHOENIX-2059 MR index build does not handle table with a schema name correctly
31b2a5b PHOENIX-2073 Two bytes character in LIKE expression is not allowed
6c69f1f PHOENIX-2087 Ensure predictable column position during alter table
4416451 PHOENIX-2131 CastParseNode.toSQL omits closing parenthesis
59d8bea PHOENIX-2066 Existing client fails initialization due to upgrade atttempting to create column with no name
b89e36d PHOENIX-2075 MR integration uses single mapper unless table is salted
d6d8d3d PHOENIX-2254 zookeeper.znode.parent value is not taking affect in MR integration job
c200818 PHOENIX-2295 NullPointerException when parsing a query with hints in UNION ALL
03f4cc1 PHOENIX-2031 Unable to process timestamp/Date data loaded via Phoenix org.apache.phoenix.pig.PhoenixHBaseLoader
e18af04 PHOENIX-2118 Remove/modfiy usages of Guava StopWatch and deprecated ComparisonChain methods
685b7b5 PHOENIX-2125 ORDER BY on full PK on salted table does not work
0000000 PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null
0000000 PHOENIX-2139 LIKE '%' is not filtering out null columns
5aee5da PHOENIX-2149 MAX Value of Sequences not honored when closing Connection between calls to NEXT VALUE FOR 
dc9b413 PHOENIX-2181 PhoenixHBaseLoader doesn't work with salted tables
9a01bf9 PHOENIX-2063 Row value constructor doesn't work when used in COUNT
46aa582 PHOENIX-1395 ResultSpooler spill files are left behind in /tmp folder
964ec9d PHOENIX-2040 Mark spark/scala dependencies as 'provided'
699a743 PHOENIX-2205 Group by a divided value (e.g., time/10) returns NULL
b871226 PHOENIX-2207 Load scanner caches in parallel when using stats and round robin iterator
979564e PHOENIX-2238 Bulk dataload Hive data with \001 delimiter
cf3aac9 PHOENIX-2274 Sort-merge join could not optimize out the sort on the right table
5f36fca PHOENIX-2313 TypeMismatchException thrown while querying a table that has an index with a Boolean (BUG-46167)
cc76ff5 PHOENIX-2359 Configuration for PQS to use Protobuf serialization instead of JSON
0c03e91 PHOENIX-2369 Some UDF tests failed due to not finding Hadoop classpath
15fb46b PHOENIX-2372 Check for null before passing value to Calendar
029f9f0 PHOENIX-2401 Split table is failing when the table is local indexed in secure cluster (BUG-47315)
31e2326 PHOENIX-2448 Fix quoting for sqlline-thin.py on Windows
3ea11f3 PHOENIX-2449 QueryServer needs Hadoop configuration on classpath with Kerberos
be9aca6 PHOENIX-2477 ClassCastException in IndexedWALEditCodec after HBASE-14501 (possible dataloss)
202ceaa PHOENIX-2667 Race condition between IndexBuilder and Split for region lock
