UnexpetedException
1134113511361137113811391140
public static ArrayValue date_sun_info(long time, double latitude, double longitude) { throw new UnimplementedException("date_sun_info"); }
1145114611471148114911501151
@Optional double longitude, @Optional double zenith, @Optional double gmtOffset) { //gmtOffset is specified in hours throw new UnimplementedException("date_sunrise"); }
1156115711581159116011611162
@Optional double longitude, @Optional double zenith, @Optional double gmtOffset) { //gmtOffset is specified in hours throw new UnimplementedException("date_sunset"); }
1529153015311532153315341535
} @Override public CatalogProtos.PartitionDescProto getPartition(String partitionName) throws CatalogException { // TODO throw new UnimplementedException("getPartition is not implemented"); }
1536153715381539154015411542
@Override public CatalogProtos.PartitionsProto getPartitions(String tableName) throws CatalogException { // TODO throw new UnimplementedException("getPartitions is not implemented"); }
177178179180181182183
return get(fieldId).asByteArray(); } @Override public InetAddress getIPv6(int fieldId) { throw new UnimplementedException(); }
182183184185186187188
throw new UnimplementedException(); } @Override public byte[] getIPv6Bytes(int fieldId) { throw new UnimplementedException(); }
9899100101102103104
.build(); } @Override public void workerHeartbeat(TajoMasterProtocol.TajoHeartbeat request) { throw new UnimplementedException("workerHeartbeat"); }
103104105106107108109
throw new UnimplementedException("workerHeartbeat"); } @Override public void releaseWorkerResource(ExecutionBlockId ebId, YarnProtos.ContainerIdProto containerId) { throw new UnimplementedException("releaseWorkerResource"); }
108109110111112113114
throw new UnimplementedException("releaseWorkerResource"); } @Override public WorkerResource allocateQueryMaster(QueryInProgress queryInProgress) { throw new UnimplementedException("allocateQueryMaster"); }